Click or drag to resize

PdfDocumentBase CompressionLevel Property

Gets or sets the desired level of stream compression.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCompressionLevel CompressionLevel { get; set; }

Property Value

Type: PdfCompressionLevel
Remarks
All new objects should be compressed with this level of the compression.
See Also