Skip to main content
A newer version of this page is available.

PdfViewerControl.Navigate(PdfOutlineTreeListItem) Method

Navigates to the specified outline (bookmark) in a document.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public virtual void Navigate(
    PdfOutlineTreeListItem item
)

Parameters

Name Type Description
item DevExpress.Pdf.Native.PdfOutlineTreeListItem

A DevExpress.Pdf.Native.PdfOutlineTreeListItem that represents an outline (a bookmark) in the outline tree list.

Remarks

To access outlines (bookmarks) in a document, use the IPdfDocument.CreateOutlines method, which can be accessed using the PdfViewerControl.Document property.

See Also