Quality

JpgViewOptions.Quality property

Sets the quality of the output image.

public byte Quality { get; set; }

Remarks

Use this property to adjust images quality. The value must be between 1 (minimum quality) and 100. The default value is 90.

For code example, see the documentation.

See Also