Packagestimulsoft.report.export.enums
Classpublic class StiPdfImageCompressionMethod
InheritanceStiPdfImageCompressionMethod Inheritance Object

Enumeration which sets an image compression method for PDF export.



Public Constants
 ConstantDefined By
  Flate : int = 1
[static] A Flate method (FlateDecode) will be used for the exporting of the rendered document.
StiPdfImageCompressionMethod
  Jpeg : int = 0
[static] A Jpeg method (DCTDecode) will be used for the exporting of the rendered document.
StiPdfImageCompressionMethod
Constant Detail
FlateConstant
public static const Flate:int = 1

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

JpegConstant 
public static const Jpeg:int = 0

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