ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / TagTreeDecoder Class / getValue Method
The vertical index of the element.
The horizontal index of the element.

In This Topic
    getValue Method
    In This Topic
    Returns the current value of the specified element in the tag tree. This is the value as last updated by the update() method.
    Syntax
    'Declaration
     
    
    Public Overridable Function getValue( _
       ByVal m As Integer, _
       ByVal n As Integer _
    ) As Integer
    public virtual int getValue( 
       int m,
       int n
    )

    Parameters

    m
    The vertical index of the element.
    n
    The horizontal index of the element.

    Return Value

    The current value of the element.
    See Also