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

In This Topic
    getDecompLevels Method (ForwWTFull)
    In This Topic
    Returns the number of decomposition levels that are applied to the LL band, in the specified tile-component. A value of 0 means that no wavelet transform is applied.
    Syntax
    'Declaration
     
    
    Public Overrides Function getDecompLevels( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override 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 the LL band (0 for no wavelet transform).
    See Also