[]
Gets or sets the resolution (in DPI) for jpeg image file.
public int? Resolution { get; set; }
Public Property Resolution As Integer?
ImageSaveOptions options = new ImageSaveOptions();
options.Resolution = 192;
int? resolution = options.Resolution;