This property sets the quality coefficient when an image is saved in JPEG or FPX (JPEG compression) file formats.

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

Property Value

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. As this value decreases the size of the image file decreases but so does the quality of the image. Conversely, as the quality coefficient increase the quality of the iamge and the image file size also increase.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation