GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / TwainIsBarcodeDetectionEnabled Method





In This Topic
TwainIsBarcodeDetectionEnabled Method (GdPictureImaging)
In This Topic
Asks to the opened source if the barcode detection capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsBarcodeDetectionEnabled() As Boolean
 

Return Value

bool. TRUE if the barcode detection is enabled, FALSE otherwise.
Remarks
Before using this method check that the TWAIN state is TWAIN_SOURCE_OPEN (4) To get the TWAIN state, use the TwainGetState() method.
See Also