PdfCompressionLevel Enumeration |
The rendered PDF compression level.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic enum PdfCompressionLevel
Public Enumeration PdfCompressionLevel
Members| Member name | Value | Description |
|---|
| NoCompression | 0 |
The PDF document is not compressed.
|
| Normal | 1 |
Normal compression level. This is the default compression level of the PDF document.
|
| Best | 2 |
Produces the smallest PDF document but it takes longer to compress the streams.
|
See Also