In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsRotationAvailable Method

TwainIsRotationAvailable Method (GdPictureImaging)

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

Return Value

TRUE if support image rotation, 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