Uses of Enum Class
com.datalogics.PDFL.CompressionCode
Packages that use CompressionCode
-
Uses of CompressionCode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CompressionCodeModifier and TypeMethodDescriptionImage.getCompression()ImageSaveParams.getCompression()Type of compression to be used in saving the image to a file.static CompressionCodeReturns the enum constant of this class with the specified name.static CompressionCode[]CompressionCode.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 CompressionCodeModifier and TypeMethodDescriptionvoidImage.setCompression(CompressionCode code) Set a Compression scheme for the image data.voidImageSaveParams.setCompression(CompressionCode arg0)