Accusoft.ScanFixXpress8.Net
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
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback