ComponentOne PDF for .NET
C1.Pdf.Reader Namespace / PdfFontStretch Enumeration

In This Topic
    PdfFontStretch Enumeration
    In This Topic
    Defines possible values of the font stretch value, see 5.7 chapter of PDF reference 1.7.
    Syntax
    'Declaration
     
    
    Public Enum PdfFontStretch 
       Inherits System.Enum
    public enum PdfFontStretch : System.Enum 
    Members
    MemberDescription
    CondensedCondensed.
    ExpandedExpanded.
    ExtraCondensedExtraCondensed.
    ExtraExpandedExtraExpanded.
    NormalNormal.
    SemiCondensedSemiCondensed.
    SemiExpandedSemiExpanded.
    UltraCondensedUltraCondensed.
    UltraExpandedUltraExpanded.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Pdf.Reader.PdfFontStretch

    See Also