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;}
See Also