Accusoft.Forms1 - 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
Public ReadOnly Property RotationAngle As Double
Dim instance As DeskewResults
Dim value As Double
 
value = instance.RotationAngle
public double RotationAngle {get;}
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