Sets the mode for the Deflater (FlateEncoder).
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | The default mode. | |
BestSpeed | 1 | Fast encoding, but larger PDF files. | |
BestCompression | 2 | Best compression, but takes more time. |
See Also