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