Uses of Enum Class
com.datalogics.PDFL.CompressImageType
Packages that use CompressImageType
-
Uses of CompressImageType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CompressImageTypeModifier and TypeMethodDescriptionstatic CompressImageTypeReturns the enum constant of this class with the specified name.static CompressImageType[]CompressImageType.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 CompressImageTypeModifier and TypeMethodDescriptionPDFOptimizer.getCompressionQuality(CompressImageType type) Get the value of the Compression Quality for a given color model.intPDFOptimizer.getMaxResolution(CompressImageType type) Get the value of the Max DPI for a given color model.PDFOptimizer.getRecompressionType(CompressImageType type) Get the value of the Recompression Type for a given color model.intPDFOptimizer.getResampleToResolution(CompressImageType type) Get the value of the Resample To DPI for a given color model.voidPDFOptimizer.setCompressionQuality(CompressImageType type, CompressQuality value) Set the value for the Compression Quality for a given color model.voidPDFOptimizer.setMaxResolution(CompressImageType type, int value) Set the value for the Max DPI for a given color model.voidPDFOptimizer.setRecompressionType(CompressImageType type, CompressionType value) Set the value for the recompression Type for a given color model.voidPDFOptimizer.setResampleToResolution(CompressImageType type, int value) Set the value for the Resample To DPI for a given color model.