Uses of Enum Class
com.datalogics.PDFL.CompressQuality
Packages that use CompressQuality
-
Uses of CompressQuality in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CompressQualityModifier and TypeMethodDescriptionPDFOptimizer.getCompressionQuality(CompressImageType type) Get the value of the Compression Quality for a given color model.static CompressQualityReturns the enum constant of this class with the specified name.static CompressQuality[]CompressQuality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type CompressQualityModifier and TypeMethodDescriptionvoidPDFOptimizer.setCompressionQuality(CompressImageType type, CompressQuality value) Set the value for the Compression Quality for a given color model.