| CompressionLevel Enumeration | 
 
            The PDF streams compression level.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic enum CompressionLevel
Public Enumeration CompressionLevel
 Members
Members|  | Member name | Value | Description | 
|---|
|  | NoCompression | 0 | The PDF document is not compressed. | 
|  | NormalCompression | 1 | Normal compression level. This is the default compression level of the PDF document. | 
|  | BestCompression | 2 | Produces the smallest PDF document but it takes longer to compress the streams. | 
 See Also
See Also