Back to Devexpress

PdfNavigationPanePage Enum

windowsforms-devexpress-dot-xtrapdfviewer-df9d2a6e.md

latest2.2 KB
Original Source

PdfNavigationPanePage Enum

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

Declaration

csharp
public enum PdfNavigationPanePage
vb
Public Enum PdfNavigationPanePage

Members

NameDescription
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

DevExpress.XtraPdfViewer Namespace