PdfOptimizationMode

PdfOptimizationMode enumeration

Significantly reduce the PDF file size at the expense of lower image quality.

Members

Member nameDescription
NONEDo not optimize PDF size.
MAXIMUM_QUALITYOptimize file size while preserving the highest image quality.
HIGH_QUALITYSmaller PDF file size at the expense of sight image downsampling.
BALANCEDDownsample images to balance file size and image quality.
AGGRESSIVESignificantly reduce the PDF file size at the expense of lower image quality.

See Also