OCROrientationMode Enumeration
Identifies image orientation modes.
__value public enum OCROrientationMode : public System.Enum
public enum class OCROrientationMode : public System.Enum
Member | Value | Description |
Down | 2 | Rotating twice orients the original document upright. |
Left | 3 | Rotating counter-clockwise orients the original document upright. |
No | 0 | Document does not need to be orientated. |
Right | 1 | Rotating clockwise orients the original document upright. |
System.Object
System.ValueType
System.Enum
Accusoft.SmartZoneOCRSdk.OCROrientationMode