Sets the maximum resolution for all images in the document in dots per inch when the document is saved. If an image's resolution is larger than this property's value it is reduced otherwise it is not changed. If this property's value is zero, which is the default value, the default resolution of each image is used. For a single image the value of this property can be overwritten using the Image.ExportMaxResolution property.

Introduced: 11.0.

Syntax

public int ImageMaxResolution { get; set; }
Public Property ImageMaxResolution() As Integer