Accusoft.Forms1 - Updated
DegreesDetected Property



Accusoft.ScanFixXpressSdk Namespace > AutoRotateResults Class : DegreesDetected Property
Gets the value of degrees that the image was rotated counterclockwise detected by the process.
Syntax
Public ReadOnly Property DegreesDetected As Integer
Dim instance As AutoRotateResults
Dim value As Integer
 
value = instance.DegreesDetected
public int DegreesDetected {get;}
public:
property int DegreesDetected {
   int get();
}

Property Value

One of 4 possible integer values 0, 90, 180, and 270.
See Also

Reference

AutoRotateResults Class
AutoRotateResults Members