ComponentOne PDF for .NET
CSJ2K.j2k.wavelet Namespace / WaveletFilter Interface / Reversible Property

In This Topic
    Reversible Property (WaveletFilter)
    In This Topic
    Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.
    Syntax
    'Declaration
     
    
    ReadOnly Property Reversible As Boolean
    bool Reversible {get;}

    Property Value

    true if the filter is reversible, false otherwise.
    See Also