ComponentOne FlexReport for WinForms
EmbedFonts Property (PdfExporter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > PdfExporter Class : EmbedFonts Property
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 System.Boolean
public System.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

Reference

PdfExporter Class
PdfExporter Members