Click or drag to resize

StiPdfImageCompressionMethod Enumeration

Enumeration which sets an image compression method for PDF export.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiPdfImageCompressionMethod
Members
  Member nameValueDescription
Jpeg1 A Jpeg method (DCTDecode) will be used for the exporting of the rendered document.
Flate2 A Flate method (FlateDecode) will be used for the exporting of the rendered document.
Indexed3 A Indexed method (IndexedColors + FlateDecode) will be used for the exporting of the rendered document.
See Also