Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / GoToBookmark Method
The multilevel title of the bookmark to jump to.

In This Topic
    GoToBookmark Method (C1PdfViewer)
    In This Topic
    Jump to a specified bookmark.
    Syntax
    'Declaration
     
    
    Public Sub GoToBookmark( _
       ByVal ParamArray title() As String _
    ) 
    public void GoToBookmark( 
       params string[] title
    )

    Parameters

    title
    The multilevel title of the bookmark to jump to.
    See Also