ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / InvWTFull Class / isReversible Method
The index of the tile.
The index of the component.

In This Topic
    isReversible Method (InvWTFull)
    In This Topic
    Returns the reversibility of the wavelet transform for the specified component, in the current tile. A wavelet transform is reversible when it is suitable for lossless and lossy-to-lossless compression.
    Syntax
    'Declaration
     
    
    Public Overrides Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    public override bool isReversible( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile.
    c
    The index of the component.

    Return Value

    true is the wavelet transform is reversible, false if not.
    See Also