Skip to main content

PdfViewerControl.Navigate(PdfOutlineTreeListItem) Method

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

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