PDFsharp-net6

PdfFlateEncodeMode

Namespace: PdfSharp.Pdf

Sets the mode for the Deflater (FlateEncoder).

public enum PdfFlateEncodeMode

Inheritance ObjectValueTypeEnumPdfFlateEncodeMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 The default mode.
BestSpeed 1 Fast encoding, but larger PDF files.
BestCompression 2 Best compression, but takes more time.