PdfCompressionLevel Enumeration

This enumeration represents the possible compression levels that can be used when a PDF document is saved

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public enum PdfCompressionLevel

Members

NoCompression0 The PDF document is not compressed.
Normal1 Normal compression level. This is the default compression level of the PDF document.
Best2 Produces the smallest PDF document but it takes longer to compress the streams.

See Also