PdfOptimizationMode

PdfOptimizationMode enumeration

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

public enum PdfOptimizationMode

Values

NameValueDescription
NONE0Do not optimize PDF size.
MAXIMUM_QUALITY1Optimize file size while preserving the highest image quality.
HIGH_QUALITY2Smaller PDF file size at the expense of sight image downsampling.
BALANCED3Downsample images to balance file size and image quality.
AGGRESSIVE4Significantly reduce the PDF file size at the expense of lower image quality.

Remarks

Specify the balance between file size and image quality of saved PDFs.

See Also