'Declaration Public Property EmbedFonts As FontEmbedding
public FontEmbedding EmbedFonts {get; set;}
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.
'Declaration Public Property EmbedFonts As FontEmbedding
public FontEmbedding EmbedFonts {get; set;}