In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticDeskewEnabled Method

TwainIsAutomaticDeskewEnabled Method (GdPictureImaging)

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

Return Value

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