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 | Description | 
|---|
| AUTO | Automatic image orientation. | 
| DOWN | Rotate image down (rotate twice). | 
| DOWN_FLIPPED | Flip around X-axis. | 
| FLIPPED | Flip around the Y axis. | 
| LEFT | Rotate image to the left (90 degrees counter-clockwise). | 
| LEFT_FLIPPED | Flip around the Y axis, then rotate to the left. | 
| NO | Do not orient the image. | 
| RIGHT | Rotate image to the right (90 degrees clockwise). | 
| RIGHT_FLIPPED | Flip around the Y axis, then rotate to the right. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.OCR.ImGearOCROrientationMode
See Also