Click or drag to resize
Pdf Library for .NET

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.1
Syntax
public bool StructureCompressionEnabled { get; set; }

Property Value

Type: Boolean
Remarks
If this is enabled, the pdf document content and inner structures are compressed. The default value is True.
See Also