get_BestImagesCompressionRatio()

PdfOptions::get_BestImagesCompressionRatio() method

Indicates if the most effective compression (instead of the default one) for each image must be selected automatically. If set to bool.true, for every image in presentation the most appropriate compression algorithm will be chosen, what will lead to the smaller size of the resulting PDF document.

bool Aspose::Slides::Export::PdfOptions::get_BestImagesCompressionRatio() override

Remarks

Best image compression ratio selection is computationally expensive and takes an additional amount of RAM, and this option is bool.false by default.

Default is bool.false.

See Also