Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / NavigateToOutlineNode Method
An outline node from C1.Document.C1Document.Outlines tree.

In This Topic
    NavigateToOutlineNode Method
    In This Topic
    Navigates to the specified C1.Document.OutlineNode.
    Syntax
    'Declaration
     
    
    Public Sub NavigateToOutlineNode( _
       ByVal outlineNode As OutlineNode _
    ) 
    public void NavigateToOutlineNode( 
       OutlineNode outlineNode
    )

    Parameters

    outlineNode
    An outline node from C1.Document.C1Document.Outlines tree.
    See Also