In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticBorderDetectionEnabled Method

TwainIsAutomaticBorderDetectionEnabled Method (GdPictureImaging)

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

Return Value

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