This property sets the quality coefficient when an image is saved in JPEG file formats.

[Visual Basic] Public Property JpegQuality As Integer
[C#] public int JpegQuality {get; set;}

Property Value

From 0 to 100 (75 is recommended).

Explanation

The JpegQuality property sets the quality coefficient when an image is saved in JPEG file format.

Default value is 75.

There is a tradeoff between the quality of a JPEG image and file size. Lowering this property value will result in a smaller file size however at the expense of image quality. Conversely, increasing the property value results in a high quality image but at the expense of larger file size. 

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation