ImageOrientation
Represents the orientation of the image that was detected by the TrustID Cloud automatically.
- ImageOrientation.UnknownRotation
=
-1The rotation of the document is unknown because the TrustID Cloud could not identify the orientation automatically or the detection was not performed.
- ImageOrientation.NoRotation
=
0The document is not rotated, which means the document is in the correct orientation.
- ImageOrientation.Clockwise
=
1The document is rotated clockwise by 90 degrees.
- ImageOrientation.Counterclockwise
=
2The document is rotated counter-clockwise by 90 degrees.
- ImageOrientation.Upsidedown
=
3The document is upside down (180 degrees).