ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Nullable(Of Byte)
    public System.Nullable<byte> AlphaQuality {get; set;}
    Remarks
    The default value is 1.
    See Also