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

PdfNavigationPanePage Enum

Lists the values specifying the selected page (Bookmarks, Thumbnails, and Attachments) displayed on the Navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public enum PdfNavigationPanePage

Members

Name Description
Default

When this option is used, the Bookmarks page is opened if a document contains bookmarks. Otherwise, the Thumbnails page is shown on the navigation pane.

Thumbnails

The Thumbnails page is selected on the navigation pane.

Bookmarks

The Bookmarks page is selected on the navigation pane.

Attachments

The Attachments page is selected on the navigation pane.

See Also