PdfTextCompression

PdfTextCompression enum

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

enum class PdfTextCompression

Values

NameValueDescription
None0No compression.
Flate1Flate (ZIP) compression.

See Also