Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontStretch Enumeration

In This Topic
    FontStretch Enumeration
    In This Topic
    Defines possible font stretch values.
    Syntax
    'Declaration
     
    Public Enum FontStretch 
       Inherits System.Enum
    public enum FontStretch : System.Enum 
    Members
    MemberDescription
    CondensedCondensed.
    ExpandedExpanded.
    ExtraCondensedExtraCondensed.
    ExtraExpandedExtraExpanded.
    NormalNormal.
    SemiCondensedSemiCondensed.
    SemiExpandedSemiExpanded.
    UltraCondensedUltraCondensed.
    UltraExpandedUltraExpanded.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Text.FontStretch

    See Also