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 Save
public int ExportMaxResolution { get; set; }
Public Property ExportMaxResolution() As Integer