Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsPdfCompressionLevel Property

This property controls the compression level of the generated pdf document.

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

Property Value

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