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

In This Topic
    Quality Property (JpegXROptions)
    In This Topic
    Sets the compression quality.
    Syntax
    'Declaration
     
    Public Property Quality As Nullable(Of Byte)
    public Nullable<byte> Quality {get; set;}
    Remarks
    The default value is 1.
    See Also