MaxResolution

PdfOptimizationOptions.MaxResolution property

Sets the maximum resolution in the output PDF file.

public int MaxResolution { get; set; }

Remarks

To allow this option, set the CompressImages and MaxResolution properties to true.

The default value is 300.

For code example, see this documentation.

See Also