PdfTextCompression

PdfTextCompression enumeration

Constants which define the type of a compression applied to all content in the PDF file except images.

public enum PdfTextCompression

Values

NameValueDescription
None0No compression.
Flate1Flate (ZIP) compression.

See Also