Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegXROptions Class / AlphaDataDiscard Property

In This Topic
    AlphaDataDiscard Property
    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