You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiPdfImageCompressionMethod Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.StiPdfImageCompressionMethod Enumeration

Enumeration which sets an image compression method for PDF export.

Syntax
C++
C#
Visual Basic
public: enum StiPdfImageCompressionMethod { Jpeg = 1, Flate = 2 };
Members
Members 
Description 
Jpeg 
A Jpeg method (DCTDecode) will be used for the exporting of the rendered document.  
Flate 
A Flate method (FlateDecode) will be used for the exporting of the rendered document.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.