Skip to main content
All docs
V23.2

PdfOutlinesViewerSettings.GoToBookmark(PdfViewerBookmark) Method

Navigates to the specified bookmark.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public void GoToBookmark(
    PdfViewerBookmark bookmark
)

Parameters

Name Type Description
bookmark PdfViewerBookmark

A bookmark to which the PDF Viewer should navigate.

Remarks

Use the Bookmarks property to obtain a list of document bookmarks.

The PdfViewerBookmarkExtensions.FindBookmark method allows you to find a bookmark that meets specified criteria. This method can be useful if you need to find a bookmark in a document with a complex bookmark tree.

See Also