PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / PdfOptionsForm Class / EmbedTrueTypeFonts Property

In This Topic
    EmbedTrueTypeFonts Property (PdfOptionsForm)
    In This Topic
    Gets or sets a value indicating whether to embed embeddable fonts used in the document.
    Syntax
    'Declaration
     
    Public Overridable Property EmbedTrueTypeFonts As Boolean
    public virtual bool EmbedTrueTypeFonts {get; set;}
    See Also