 |
PdfCompressorRemoveUnusedFontGlyphs Property |
Gets or sets a flag indicating if the unused font glyphs are removed or not from the pdf document.
Namespace: SelectPdf.CompressorAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic bool RemoveUnusedFontGlyphs { get; set; }Public Property RemoveUnusedFontGlyphs As Boolean
Get
Set
Property Value
Boolean
Remarks
The default value is True.
See Also