ActiveReports 12
EmbedFonts Property

GrapeCity.ActiveReports.Export.Pdf.v12 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : EmbedFonts Property

Gets or sets the value indicating whether the fonts used in th report are embedded in the PDF document. You can choose from the following options:

All: Embed all fonts except the one's specified in NeverEmbedFonts property.

Partial: Embed fonts displaying non-ASCII characters.

None: Do not embed fonts.

Syntax
'Declaration
 
Public Property EmbedFonts As FontEmbedding
public FontEmbedding EmbedFonts {get; set;}
See Also

Reference

Settings Class
Settings Members