Uses of Enum Class
com.datalogics.PDFL.ObjectCompressionType
Packages that use ObjectCompressionType
-
Uses of ObjectCompressionType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ObjectCompressionTypeModifier and TypeMethodDescriptionPDFOptimizer.getObjectCompression()Get the value of the Object Compression of the optimized document.static ObjectCompressionTypeReturns the enum constant of this class with the specified name.static ObjectCompressionType[]ObjectCompressionType.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 ObjectCompressionTypeModifier and TypeMethodDescriptionvoidPDFOptimizer.setObjectCompression(ObjectCompressionType objectCompression) Set the value for the Object Compression for the optimized document.