[Visual Basic]
Public Property JpegQuality As Integer
Public Property JpegQuality As Integer
[C#]
public int JpegQuality {get; set;}
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, Tiff (JPEG compression), or FPX (JPEG compression) file formats.
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 increases the quality of the image and the image file size also increase.