Accusoft.ImagXpress13.Net
RotationAngle Property




Gets the rotation angle.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property RotationAngle As Double
'Usage
 
Dim instance As Processor
Dim value As Double
 
value = instance.RotationAngle
[BrowsableAttribute(false)]
public double RotationAngle {get;}
[BrowsableAttribute(false)]
public: __property double get_RotationAngle();
[BrowsableAttribute(false)]
public:
property double RotationAngle {
   double get();
}

Property Value

A double value which represents the rotation angle to get.
Remarks

Valid values are between -20 and 20.

Note: This property may be set to a value other than 0, even if the image is not modified. The image may not be modified if the detection Confidence property is less than minimum, or if the rotation angle is less than or equal to the minimum acceptable angle.

This property stores the angle of rotation required to correct skew using the DocumentDeskew method.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback