Identifies image orientation modes.
Syntax
'Declaration
Public Enum ImGearOCROrientationMode
Inherits System.Enum
public enum ImGearOCROrientationMode : System.Enum
__value public enum ImGearOCROrientationMode : public System.Enum
public enum class ImGearOCROrientationMode : public System.Enum
Members
Member | Value | Description |
AUTO | 0 | Automatic image orientation. |
DOWN | 3 | Rotate image down (rotate twice). |
DOWN_FLIPPED | 131 | Flip around X-axis. |
FLIPPED | 129 | Flip around the Y axis. |
LEFT | 4 | Rotate image to the left (90 degrees counter-clockwise). |
LEFT_FLIPPED | 132 | Flip around the Y axis, then rotate to the left. |
NO | 1 | Do not orient the image. |
RIGHT | 2 | Rotate image to the right (90 degrees clockwise). |
RIGHT_FLIPPED | 130 | Flip around the Y axis, then rotate to the right. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.OCR.ImGearOCROrientationMode
See Also