Click or drag to resize
CompressionLevel Enumeration
The PDF streams compression level.

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public enum CompressionLevel
Members
  Member nameValueDescription
NoCompression0 The PDF document is not compressed.
NormalCompression1 Normal compression level. This is the default compression level of the PDF document.
BestCompression2 Produces the smallest PDF document but it takes longer to compress the streams.
See Also