ComponentOne Bitmap for WPF
ImageQuality Property (JpegOptions)

C1.WPF.Bitmap.4 Assembly > C1.WPF.Bitmap Namespace > JpegOptions Class : ImageQuality Property
Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.
Syntax
'Declaration
 
Public Property ImageQuality As System.Nullable(Of Single)
public System.Nullable<float> ImageQuality {get; set;}
Remarks
The default value is 0.9.
See Also

Reference

JpegOptions Class
JpegOptions Members