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

In This Topic
    ImageQuality Property (JpegXROptions)
    In This Topic
    Sets the image quality.
    Syntax
    'Declaration
     
    Public Property ImageQuality As Nullable(Of Single)
    public Nullable<float> ImageQuality {get; set;}
    Remarks
    The default value is 0.9.
    See Also