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

In This Topic
    getDecompLevels Method (ForwWT)
    In This Topic
    Returns the number of decomposition levels that are applied to obtain the LL band, in the specified tile-component. A value of 0 means that no wavelet transform is applied.
    Syntax
    'Declaration
     
    
    Function getDecompLevels( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    int getDecompLevels( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    The index of the component.

    Return Value

    The number of decompositions applied to obtain the LL subband (0 for no wavelet transform).
    See Also