TwainSetBarcodeDetection Method (GdPictureImaging)
If this option is available on opened source, try to enable or disable the barcode detection.
public bool TwainSetBarcodeDetection(
bool
)
public function TwainSetBarcodeDetection(
: Boolean
): Boolean;
public function TwainSetBarcodeDetection(
: boolean
) : boolean;
public: bool TwainSetBarcodeDetection(
bool
)
public:
bool TwainSetBarcodeDetection(
bool
)
'Declaration
Public Function TwainSetBarcodeDetection( _
ByVal As Boolean _
) As Boolean
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.