This enumration represents the possible compression levels that can be used when a PDF document is saved
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum PdfCompressionLevel |
| Visual Basic |
|---|
Public Enumeration PdfCompressionLevel |
| Visual C++ |
|---|
public enum class 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. |