TwainIsBarcodeDetectionAvailable Method (GdPictureImaging)
Asks to the opened source if she can support the barcode detection capability.
public bool TwainIsBarcodeDetectionAvailable()
public function TwainIsBarcodeDetectionAvailable(): Boolean;
public function TwainIsBarcodeDetectionAvailable() : boolean;
public: bool TwainIsBarcodeDetectionAvailable();
public:
bool TwainIsBarcodeDetectionAvailable();
'Declaration
Public Function TwainIsBarcodeDetectionAvailable() As Boolean
Return Value
bool. TRUE if support the barcode detection, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.