ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapEncoderOptions Class / AlphaQuality Property

In This Topic
    AlphaQuality Property (BitmapEncoderOptions)
    In This Topic
    Gets or sets the compression quality for the planar alpha channel image.
    Syntax
    'Declaration
     
    Public Property AlphaQuality As System.Byte
    public System.byte AlphaQuality {get; set;}
    Remarks
    Range value: 1-255 Applicable Codecs: JPEG-XR
    See Also