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