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.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfCompressionLevel PdfCompressionLevel { get; set; }

Property Value

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