 |
PdfCompressorRemoveDuplicateFonts Property |
Gets or sets a flag indicating if the duplicated fonts are removed or not from the pdf document.
Namespace:
SelectPdf.Compressor
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic bool RemoveDuplicateFonts { get; set; }
Public Property RemoveDuplicateFonts As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
The default value is True.
See Also