Accusoft.ScanFixXpress8.Net - Updated
Rotate(RotateOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Rotate Method : Rotate(RotateOptions) Method
A RotateOptions object that specifies how to rotate the image.
Rotates the image by a given angle.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub Rotate( _
   ByVal options As RotateOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As RotateOptions
 
instance.Rotate(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void Rotate( 
   RotateOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void Rotate( 
   RotateOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void Rotate( 
   RotateOptions^ options
) 

Parameters

options
A RotateOptions object that specifies how to rotate the image.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members
Overload List