VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectOrientation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    OcrObjectOrientation Enumeration
    In This Topic
    Specifies available orientations of the OCR object on the image.
    Syntax
    'Declaration
    
    Public Enum OcrObjectOrientation
       Inherits System.Enum
    
    
    public enum OcrObjectOrientation : System.Enum
    
    
    __value public enum OcrObjectOrientation : public System.Enum
    
    
    public enum class OcrObjectOrientation : public System.Enum
    
    
    Members
    MemberDescription
    PageUpContext (text) of OCR object is written on the image from bottom to top.
    PageRightContext (text) of OCR object is written on the image from left to right. Used for latin languages.
    PageDownContext (text) of OCR object is written on the image from top to bottom. Used for asian languages.
    PageLeftContext (text) of OCR object is written on the image from right to left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Ocr.Results.OcrObjectOrientation

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also