Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PdfExporter Class / EmbedFonts Property

In This Topic
    EmbedFonts Property (PdfExporter)
    In This Topic
    Gets or sets a value indicating whether the fonts used in the report should be embedded in the generated PDF. This property is used only when ServerSide is false.
    Syntax
    'Declaration
     
    Public Property EmbedFonts As Boolean
    public bool EmbedFonts {get; set;}
    Remarks
    Embedding the fonts can make the resulting PDF document substantially larger, but allows the document to be viewed correctly on systems that may not have all the necessary fonts installed.
    See Also