ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / WaveletTransform Interface / isReversible Method
The index of the tile.
The index of the component.

In This Topic
    isReversible Method (WaveletTransform)
    In This Topic
    Returns the reversibility of the wavelet transform for the specified component and tile. A wavelet transform is reversible when it is suitable for lossless and lossy-to-lossless compression.
    Syntax
    'Declaration
     
    
    Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    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