ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / TagTreeDecoder Class / TagTreeDecoder Constructor
The number of elements along the vertical direction.
The number of elements along the horizontal direction.

In This Topic
    TagTreeDecoder Constructor
    In This Topic
    Creates a tag tree decoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction. The total number of elements is thus 'vdim' x 'hdim'.

    The values of all elements are initialized to Integer.MAX_VALUE (i.e. no information decoded so far). The states are initialized all to 0.

    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal h As Integer, _
       ByVal w As Integer _
    )
    public TagTreeDecoder( 
       int h,
       int w
    )

    Parameters

    h
    The number of elements along the vertical direction.
    w
    The number of elements along the horizontal direction.
    See Also