Click or drag to resize
Pdf Library for .NET

PdfCompressorStreamsCompressionLevel Property

This property controls the compression level of the pdf document.

Namespace:  SelectPdf.Compressor
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public PdfCompressionLevel StreamsCompressionLevel { get; set; }

Property Value

Type: PdfCompressionLevel
Remarks
The default value is BestCompression.
See Also