Uses of Enum Class
com.datalogics.PDFL.FlattenerColorCompression
Packages that use FlattenerColorCompression
-
Uses of FlattenerColorCompression in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return FlattenerColorCompressionModifier and TypeMethodDescriptionFlattenTransparencyParams.getColorCompressionScheme()The compression scheme used for flattened color images.static FlattenerColorCompressionReturns the enum constant of this class with the specified name.static FlattenerColorCompression[]FlattenerColorCompression.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 FlattenerColorCompressionModifier and TypeMethodDescriptionvoidFlattenTransparencyParams.setColorCompressionScheme(FlattenerColorCompression theScheme) The compression scheme used for flattened color images.