Gets or sets the desired level of stream compression.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfCompressionLevel CompressionLevel { get; set; }
Public Property CompressionLevel As PdfCompressionLevel
	Get
	Set
public:
property PdfCompressionLevel CompressionLevel {
	PdfCompressionLevel get ();
	void set (PdfCompressionLevel value);
}
member CompressionLevel : PdfCompressionLevel with get, set

Property Value

PdfCompressionLevel

Remarks

All new objects should be compressed with this level of the compression.

See Also