ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / TagTreeEncoder Class / setValue Method
The vertical index of the element.
The horizontal index of the element.
The new value of the element.

In This Topic
    setValue Method
    In This Topic
    Changes the value of a leaf in the tag tree. The new and old values of the element must be not smaller than the largest threshold which has yet been supplied to 'encode()'.
    Syntax
    'Declaration
     
    
    Public Overridable Sub setValue( _
       ByVal m As Integer, _
       ByVal n As Integer, _
       ByVal v As Integer _
    ) 
    public virtual void setValue( 
       int m,
       int n,
       int v
    )

    Parameters

    m
    The vertical index of the element.
    n
    The horizontal index of the element.
    v
    The new value of the element.
    See Also