windowsforms-devexpress-dot-xtrapdfviewer-df9d2a6e.md
Lists values that indicate the selected page displayed on the Navigation pane.
Namespace : DevExpress.XtraPdfViewer
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
public enum PdfNavigationPanePage
Public Enum PdfNavigationPanePage
| 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.
|
| Signatures |
The Signatures page is selected on the navigation pane.
|
| Layers |
The Layers page is selected on the navigation pane.
|
The following properties accept/return PdfNavigationPanePage values:
See Also