Accusoft.ScanFixXpress8.Net
Rotate(Double,Color) Method




The angle to rotate the image (measured in degrees).
The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.
Deprecated - Use 'Rotate(Accusoft.ScanFixXpressSdk.RotateOptions options)' constructor instead. Rotates the image by a given angle.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub Rotate( _
   ByVal rotationAngle As Double, _
   ByVal padColor As Color _
) 
'Usage
 
Dim instance As ScanFix
Dim rotationAngle As Double
Dim padColor As Color
 
instance.Rotate(rotationAngle, padColor)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void Rotate( 
   double rotationAngle,
   Color padColor
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void Rotate( 
   double rotationAngle,
   Color padColor
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void Rotate( 
   double rotationAngle,
   Color padColor
) 

Parameters

rotationAngle
The angle to rotate the image (measured in degrees).
padColor
The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.
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