Uses of Class
com.stimulsoft.report.export.tools.pdf.StiPdfImageCompressionMethod

Packages that use StiPdfImageCompressionMethod
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools.pdf   
 

Uses of StiPdfImageCompressionMethod in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiPdfImageCompressionMethod
 StiPdfImageCompressionMethod StiPdfExportSettings.getImageCompressionMethod()
          Gets mode of image compression in PDF file.
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiPdfImageCompressionMethod
 void StiPdfExportSettings.setImageCompressionMethod(StiPdfImageCompressionMethod imageCompressionMethod)
          Sets mode of image compression in PDF file.
 

Uses of StiPdfImageCompressionMethod in com.stimulsoft.report.export.tools.pdf
 

Methods in com.stimulsoft.report.export.tools.pdf that return StiPdfImageCompressionMethod
static StiPdfImageCompressionMethod StiPdfImageCompressionMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPdfImageCompressionMethod[] StiPdfImageCompressionMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.