'Declaration
Public Function TwainSetBarcodeDetection( _ ByVal bBarcodeDetection As Boolean _ ) As Boolean
public bool TwainSetBarcodeDetection( bool bBarcodeDetection )
public function TwainSetBarcodeDetection( bBarcodeDetection: Boolean ): Boolean;
public function TwainSetBarcodeDetection( bBarcodeDetection : boolean ) : boolean;
public: bool TwainSetBarcodeDetection( bool bBarcodeDetection )
public: bool TwainSetBarcodeDetection( bool bBarcodeDetection )
Parameters
- bBarcodeDetection
- bool. True to enable barcode detection, else False.
Return Value
bool. TRUE if successful, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.