In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticDeskewAvailable Method

TwainIsAutomaticDeskewAvailable Method (GdPictureImaging)

In This Topic
Asks to the opened source if she can support the Automatic Deskew capability.
Syntax
'Declaration
 
Public Function TwainIsAutomaticDeskewAvailable() As Boolean
public bool TwainIsAutomaticDeskewAvailable()
public function TwainIsAutomaticDeskewAvailable(): Boolean; 
public function TwainIsAutomaticDeskewAvailable() : boolean;
public: bool TwainIsAutomaticDeskewAvailable(); 
public:
bool TwainIsAutomaticDeskewAvailable(); 

Return Value

TRUE if support the Automatic Deskew, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
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