PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dbExporter Class / EmbedTrueTypeFonts Property

In This Topic
    EmbedTrueTypeFonts Property (C1dbExporter)
    In This Topic
    Gets or sets a value indicating whether to embed TrueType fonts used in the source document, in the produced document. Note that this property cannot be set if CanChangeFontEmbedding gets false.

    The default value depends on the document being exported.

    Syntax
    'Declaration
     
    Public Property EmbedTrueTypeFonts As Boolean
    public bool EmbedTrueTypeFonts {get; set;}
    See Also