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

In This Topic
    AlphaDataDiscard Property (JpegXROptions)
    In This Topic
    Sets the amount of alpha frequency data to discard during a compressed domain transcode.
    Syntax
    'Declaration
     
    Public Property AlphaDataDiscard As Nullable(Of Byte)
    public Nullable<byte> AlphaDataDiscard {get; set;}
    Remarks
    The default value is None.
    See Also