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