Skip to main content

PdfNavigationPanePage Enum

Lists values that indicate the selected page displayed on the Navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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.

Comments

The Comments page is selected on the navigation pane.

See Also