Click or drag to resize
Pdf Library for .NET

PdfCompressorRemoveUnusedFontGlyphs Property

Gets or sets a flag indicating if the unused font glyphs are removed or not from the pdf document.

Namespace:  SelectPdf.Compressor
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public bool RemoveUnusedFontGlyphs { get; set; }

Property Value

Type: Boolean
Remarks
The default value is True.
See Also