Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / PdfFilter Class / EmbedFonts Property

In This Topic
    EmbedFonts Property
    In This Topic
    Specifies whether the filter should embed font information into the PDF output.
    Syntax
    'Declaration
     
    Public Property EmbedFonts As Boolean
    public bool EmbedFonts {get; set;}
    Remarks

    Embedding font information makes the PDF document substantially larger, but it allows the file to be viewed faithfully in systems that don't have all the necessary fonts installed.

    Embedding fonts is not necessary if the target systems have the necessary TrueType fonts installed.

    See Also