ImageOrientation

Represents the orientation of the image that was detected by the TrustID Cloud automatically.

ImageOrientation.UnknownRotation

= -1

The rotation of the document is unknown because the TrustID Cloud could not identify the orientation automatically or the detection was not performed.

ImageOrientation.NoRotation

= 0

The document is not rotated, which means the document is in the correct orientation.

ImageOrientation.Clockwise

= 1

The document is rotated clockwise by 90 degrees.

ImageOrientation.Counterclockwise

= 2

The document is rotated counter-clockwise by 90 degrees.

ImageOrientation.Upsidedown

= 3

The document is upside down (180 degrees).