SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / OCROrientationMode Enumeration




In This Topic
    OCROrientationMode Enumeration
    In This Topic
    Identifies image orientation modes.
    Syntax
    'Declaration
     
    
    Public Enum OCROrientationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OCROrientationMode
    public enum OCROrientationMode : System.Enum 
    __value public enum OCROrientationMode : public System.Enum 
    public enum class OCROrientationMode : public System.Enum 
    Members
    MemberValueDescription
    Down2Rotating twice orients the original document upright.
    Left3Rotating counter-clockwise orients the original document upright.
    No0Document does not need to be orientated.
    Right1Rotating clockwise orients the original document upright.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.SmartZoneOCRSdk.OCROrientationMode

    See Also