TwainIsAutomaticRotationAvailable Method (GdPictureImaging)
Asks to the opened source if she can support the Automatic rotation of images capability.
This capability depends on intelligent features within the Source to automatically rotate the image
to the correct position.
public bool TwainIsAutomaticRotationAvailable()
public function TwainIsAutomaticRotationAvailable(): Boolean;
public function TwainIsAutomaticRotationAvailable() : boolean;
public: bool TwainIsAutomaticRotationAvailable();
public:
bool TwainIsAutomaticRotationAvailable();
'Declaration
Public Function TwainIsAutomaticRotationAvailable() As Boolean
Return Value
TRUE if support the Automatic rotation, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.