Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 546 Bytes

File metadata and controls

12 lines (8 loc) · 546 Bytes

AsposePdfCloud::ImageCompressionVersion

Describes versions of image compression algorithm.

Enum

Name Type Value Description
STANDARD String 'Standard' Standard algorithm. Default value.
FAST String 'Fast' Improved algorithm faster then standard but applicable not for all cases.
MIXED String 'Mixed' Use fast algorithm when possible and standard for other cases. May be slower then "Fast" but may produce better compression.