NeverEmbedFonts Property (PdfExportOptions)
In This Topic
Specifies the fonts the PDF Export should not embed for the PDF Viewer type.
Syntax
'Declaration
Public Property NeverEmbedFonts As String
public string NeverEmbedFonts {get; set;}
Property Value
A comma-delimited
System.String of font names that should not be embedded in the PDF.
See Also