ScanFix Xpress v9.0 for .NET - Updated
RotationAngle Property




Accusoft.ScanFixXpressSdk Namespace > DeskewResults Class : RotationAngle Property
Gets the angle (in degrees) needed to rotate the image counter-clockwise to correct the skew of the image.
Syntax
'Declaration
 
Public ReadOnly Property RotationAngle As Double
'Usage
 
Dim instance As DeskewResults
Dim value As Double
 
value = instance.RotationAngle
public double RotationAngle {get;}
public: __property double get_RotationAngle();
public:
property double RotationAngle {
   double get();
}
Remarks

The valid value range is between -20 and 20.

Note: This number may be set to a value other than 0 even if the image was not modified. This will occur if the detection confidence is less than DeskewOptions.MinimumConfidence or if the rotation angle is less than or equal to DeskewOptions.MaximumAcceptableAngle.

See Also

Reference

DeskewResults Class
DeskewResults Members

Is this page helpful?
Yes No
Thanks for your feedback.