In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticRotationEnabled Method

TwainIsAutomaticRotationEnabled Method (GdPictureImaging)

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

Return Value

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