ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getSynSubbandTree Method
The tile index
The index of the component, from 0 to C-1.

In This Topic
    getSynSubbandTree Method (BitstreamReaderAgent)
    In This Topic
    Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see Subband and SubbandSyn. The tree comprises all the available resolution levels.

    Note: this method is not able to return subband tree for a tile different than the current one.

    The number of magnitude bits ('magBits' member variable) for each subband is not initialized.

    Syntax
    'Declaration
     
    
    Public Function getSynSubbandTree( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SubbandSyn
    public SubbandSyn getSynSubbandTree( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    The index of the component, from 0 to C-1.

    Return Value

    The root of the tree structure.
    See Also