In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutoScanEnabled Method

TwainIsAutoScanEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the automatic scan capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutoScanEnabled() As Boolean
public bool TwainIsAutoScanEnabled()
public function TwainIsAutoScanEnabled(): Boolean; 
public function TwainIsAutoScanEnabled() : boolean;
public: bool TwainIsAutoScanEnabled(); 
public:
bool TwainIsAutoScanEnabled(); 

Return Value

TRUE if the automatic scan 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