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: 26.2
Syntax
public PdfCompressionLevel StreamsCompressionLevel { get; set; }

Property Value

PdfCompressionLevel
Remarks
The default value is BestCompression.
See Also