ImageGear .NET v25.0 - Updated
ImGearOCROrientationMode Enumeration




ImageGear.OCR Assembly > ImageGear.OCR Namespace : ImGearOCROrientationMode Enumeration
Identifies image orientation modes.
Syntax
'Declaration
 
Public Enum ImGearOCROrientationMode 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearOCROrientationMode
public enum ImGearOCROrientationMode : System.Enum 
__value public enum ImGearOCROrientationMode : public System.Enum 
public enum class ImGearOCROrientationMode : public System.Enum 
Members
MemberDescription
AUTOAutomatic image orientation.
DOWNRotate image down (rotate twice).
DOWN_FLIPPEDFlip around X-axis.
FLIPPEDFlip around the Y axis.
LEFTRotate image to the left (90 degrees counter-clockwise).
LEFT_FLIPPEDFlip around the Y axis, then rotate to the left.
NODo not orient the image.
RIGHTRotate image to the right (90 degrees clockwise).
RIGHT_FLIPPEDFlip around the Y axis, then rotate to the right.
Remarks

Note: Automatic image rotation (AUTO) can only be used with good quality machine-printed texts. It is not applicable to images containing 9-pin dot-matrix text or other non-machine printed text.

Note: Orientation modes that include mirroring values (those with the suffix FLIPPED) are ignored during image pre-processing ImGearOCRImage.Preprocess. They are available only through ImGearOCRImage.Orient method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.OCR.ImGearOCROrientationMode

See Also

Reference

ImageGear.OCR Namespace