Aspose::Pdf::Optimization::ImageCompressionOptions::get_Version method

ImageCompressionOptions::get_Version method

Version of compression algorithm. Possible values are: 1. standard compression, 2. fast (improved compression which is faster then standard but may be applicable not for all images), 3. mixed (standard compression is applied to images which can not be compressed by faster algorithm, this may give best compression but more slow then “fast” algorithm. Version “Fast” is not applicable for resizing images (standard method will be used). Default is “Standard”.

ImageCompressionVersion Aspose::Pdf::Optimization::ImageCompressionOptions::get_Version() const

See Also