Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / VerticalOrientation Enumeration

In This Topic
    VerticalOrientation Enumeration
    In This Topic
    Default character orientation categories.
    Syntax
    'Declaration
     
    Public Enum VerticalOrientation 
       Inherits System.Enum
    public enum VerticalOrientation : System.Enum 
    Members
    MemberDescription
    RCharacters which are displayed sideways, rotated 90 degrees clockwise compared to the code charts.
    TrRequire a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph rotated 90 degrees clockwise.
    TuRequire a different glyph when used in vertical texts. As a fallback, the character can be displayed with the code chart glyph upright.
    UCharacters which are displayed upright, with the same orientation that appears in the code charts.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.VerticalOrientation

    See Also