PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfFontType Enumeration

In This Topic
    PdfFontType Enumeration
    In This Topic
    Determines how fonts are encoded in the document.
    Syntax
    'Declaration
     
    
    Public Enum PdfFontType 
       Inherits System.Enum
    public enum PdfFontType : 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.Xaml.Pdf.PdfFontType

    See Also