VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFontProgramType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfFontProgramType Enumeration
    In This Topic
    Specifies available font program types.
    Syntax
    'Declaration
    
    Public Enum PdfFontProgramType
       Inherits System.Enum
    
    
    public enum PdfFontProgramType : System.Enum
    
    
    __value public enum PdfFontProgramType : public System.Enum
    
    
    public enum class PdfFontProgramType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedType is undefined.
    NoneFont does not contains font program.
    Type1Font program is Type1 font program.
    TrueTypeFont program is TrueType (TTF) font program.
    CffFont program is Type1 Compact (CFF) font program.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFontProgramType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also