Enumeration StiPdfImageCompressionMethod

Enumeration which sets an image compression method for PDF export.

Index

Enumeration members

Enumeration members

Flate

Flate: = 2

A Flate method (FlateDecode) will be used for the exporting of the rendered document.

Indexed

Indexed: = 3

A Indexed method (IndexedColors + FlateDecode) will be used for the exporting of the rendered document.

Jpeg

Jpeg: = 1

A Jpeg method (DCTDecode) will be used for the exporting of the rendered document.

Generated using TypeDoc