
Gets or sets the maximum resolution in dots per inch used if this image is saved. If the 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, Text Control uses the maximum resolution set with the SaveSettings.ImageMaxResolution property or the image's default resolution.
Introduced: 11.0.
[C#]
public int ExportMaxResolution { get; set; }
[Visual Basic]
Public Property ExportMaxResolution() As Integer