Aspose::Pdf::Optimization::ImageCompressionVersion enum

ImageCompressionVersion enum

Describes versions of image compression algorithm.

enum class ImageCompressionVersion

Values

NameValueDescription
Standard0Standard algorithm. Default value.
Fast2Improved algorithm faster then standard but applicable not for all cases.
Mixed3Use fast algorithm when possible and standard for other cases. May be slower then “Fast” but may produce better compression.

See Also