ComponentOne PDF for .NET
C1.C1Pdf Namespace / FontTypeEnum Enumeration

In This Topic
    FontTypeEnum Enumeration
    In This Topic
    Determines how fonts are encoded in the document.
    Syntax
    'Declaration
     
    
    Public Enum FontTypeEnum 
       Inherits System.Enum
    public enum FontTypeEnum : System.Enum 
    Members
    MemberDescription
    EmbeddedUse embedded TrueType fonts.
    StandardUse only standard PDF fonts (Helvetica, Times, Symbol).
    TrueTypeUse TrueType fonts, no embedding (viewer must have fonts installed).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Pdf.FontTypeEnum

    See Also