ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / TagTreeEncoder Class / TagTreeEncoder Constructor

In This Topic
    TagTreeEncoder Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates a tag tree encoder 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.

     
    Creates a tag tree encoder 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 the leafs in the tag tree are initialized to the values of the 'val' array.

    The values in the 'val' array are supposed to appear in lexicographical order, starting at index 0.

     
    See Also