ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfExporter Class / EmbedTrueTypeFonts Property

In This Topic
    EmbedTrueTypeFonts Property (PdfExporter)
    In This Topic
    Gets or sets a value indicating whether to embed TrueType fonts used in the source document, in the produced PDF document. The default is true.
    Syntax
    'Declaration
     
    Public Property EmbedTrueTypeFonts As System.Boolean
    public System.bool EmbedTrueTypeFonts {get; set;}
    See Also