Namespace: PdfSharp.Pdf
Sets the mode for the Deflater (FlateEncoder).
public enum PdfFlateEncodeMode
Inheritance Object → ValueType → Enum → PdfFlateEncodeMode
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Default | 0 | The default mode. |
| BestSpeed | 1 | Fast encoding, but larger PDF files. |
| BestCompression | 2 | Best compression, but takes more time. |