Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / SlantedTextAlignment Enumeration

In This Topic
    SlantedTextAlignment Enumeration
    In This Topic
    Specifies the alignment of slanted text within the target rectangle.
    Syntax
    'Declaration
     
    Public Enum SlantedTextAlignment 
       Inherits System.Enum
    public enum SlantedTextAlignment : System.Enum 
    Members
    MemberDescription
    AboveRotatedInsideText appears above the rectangle side rotated to the same angle as text. The side below the text is rotated inside the rectangle.
    AboveRotatedOutsideText appears above the rectangle side rotated to the same angle as text. The side below the text is rotated outside the rectangle.
    BelowRotatedInsideText appears below the rectangle side rotated to the same angle as text. The side above the text is rotated inside the rectangle.
    BelowRotatedOutsideText appears below the rectangle side rotated to the same angle as text. The side above the text is rotated outside the rectangle.
    CenterInsideOutsideText appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated inside the rectangle.
    CenterOutsideInsideText appears at the center between the rectangle sides rotated to the same angle as text. The side above the text is rotated outside the rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.SlantedTextAlignment

    See Also