SVGSaveOptions.Quality

SVGSaveOptions.Quality property

Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. The default value is 100

public int Quality { get; set; }

Remarks

Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100.

See Also