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