'Declaration
Public Function TwainSetRotation( _ ByVal Rotation As Integer _ ) As Boolean
public bool TwainSetRotation( int Rotation )
public function TwainSetRotation( Rotation: Integer ): Boolean;
public function TwainSetRotation( Rotation : int ) : boolean;
public: bool TwainSetRotation( int Rotation )
public: bool TwainSetRotation( int Rotation )
Parameters
- Rotation
- The angle of rotation in degrees.
Return Value
TRUE if success, FALSE otherwise -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.