ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegOptions Class / ImageQuality Property

In This Topic
    ImageQuality Property (JpegOptions)
    In This Topic
    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 Nullable(Of Single)
    public Nullable<float> ImageQuality {get; set;}
    Remarks
    The default value is 0.9.
    See Also