ResizeImages

PdfOptimizationOptions.ResizeImages property

Enables setting the maximum resolution in the output PDF file.

public bool ResizeImages { get; set; }

Remarks

To allow this option, set the CompressImages property to true. This option allows setting the MaxResolution property. For code example, see this documentation.

See Also