|
PdfCompressorStructureCompressionEnabled Property |
Gets or sets a flag indicating if the full compression is enabled or not for the pdf document.
Namespace:
SelectPdf.Compressor
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public bool StructureCompressionEnabled { get; set; }
Public Property StructureCompressionEnabled As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If this is enabled, the pdf document content and inner structures are compressed. The default value is True.
See Also