'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();
'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();
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.