Uses of Enum Class
com.datalogics.PDFL.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CompressionTypeModifier and TypeMethodDescriptionPDFOptimizer.getRecompressionType(CompressImageType type) Get the value of the Recompression Type for a given color model.static CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.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 CompressionTypeModifier and TypeMethodDescriptionvoidPDFOptimizer.setRecompressionType(CompressImageType type, CompressionType value) Set the value for the recompression Type for a given color model.