Aspose::Pdf::PdfFormatConversionOptions::get_OptimizeFileSize method

PdfFormatConversionOptions::get_OptimizeFileSize method

Gets a flag which enables/disables special conversion mode to get PDF/A document with reduced file size. Now this flag impacts on optimization of fonts used in PDF document, possibly, in future, this flag also will be used to switch on optimization for another data structures, such as graphic.

Set of this flag and mode could significantly reduce file size but at the same time it could significantly decrease performance of conversion.

bool Aspose::Pdf::PdfFormatConversionOptions::get_OptimizeFileSize() const

See Also