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

In This Topic
    PdfFontWeight Enumeration
    In This Topic
    Defines possible values of the font weight value, see 5.7 chapter of PDF reference 1.7. Names are taken from DirectWrite FontWeight, see: C1.Util.DX.DirectWrite.FontWeight enumeration.
    Syntax
    'Declaration
     
    
    Public Enum PdfFontWeight 
       Inherits System.Enum
    public enum PdfFontWeight : System.Enum 
    Members
    MemberDescription
    BlackBlack.
    BoldBold.
    DemiBoldDemiBold.
    ExtraBoldExtraBold.
    ExtraLightThin.
    HeavyHeavy.
    LightLight.
    MediumMedium.
    NormalNormal.
    RegularRegular.
    SemiBoldSemiBold.
    ThinThin.
    UltraLightUltraLight.
    Inheritance Hierarchy

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

    See Also