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

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