| Package | stimulsoft.report.export.enums |
| Class | public class StiPdfImageCompressionMethod |
| Inheritance | StiPdfImageCompressionMethod Object |
| Constant | Defined 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 | ||
| Flate | Constant |
public static const Flate:int = 1A Flate method (FlateDecode) will be used for the exporting of the rendered document.
| Jpeg | Constant |
public static const Jpeg:int = 0A Jpeg method (DCTDecode) will be used for the exporting of the rendered document.