|
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
Syntax public bool RemoveDuplicateFonts { get; set; }
Public Property RemoveDuplicateFonts As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
The default value is True.
See Also