Aspose::Pdf::Plugins::PdfAOptionsBase::set_OptimizeFileSize method

PdfAOptionsBase::set_OptimizeFileSize method

Sets a value indicating whether to try to reduce the file size during the PDF/A conversion process.

void Aspose::Pdf::Plugins::PdfAOptionsBase::set_OptimizeFileSize(bool value)

Remarks

true

if the file size should be reduced as much as possible; otherwise, false

.

When set to true

, the conversion process will attempt to minimize the resulting file size. This might affect the conversion process performance.

See Also