ImageSaveOptions.Resolution

ImageSaveOptions.Resolution property

Gets or sets the resolution for the generated images, in dots per inch.

public float Resolution { get; set; }

Remarks

This property has effect only when saving to raster image formats. The default value is 96.

See Also