Back to Devexpress

PdfNavigationPaneSelectedPageChangedEventArgs.SelectedPage Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfnavigationpaneselectedpagechangedeventargs-fee097e7.md

latest2.2 KB
Original Source

PdfNavigationPaneSelectedPageChangedEventArgs.SelectedPage Property

Gets a currently selected page (bookmarks, thumbnails or attachments) on the navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public PdfNavigationPanePage SelectedPage { get; }
vb
Public ReadOnly Property SelectedPage As PdfNavigationPanePage

Property Value

TypeDescription
PdfNavigationPanePage

A PdfNavigationPanePage enumeration value that represents a selected page on the navigation pane.

|

Available values:

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.

|

See Also

PdfNavigationPaneSelectedPageChangedEventArgs Class

PdfNavigationPaneSelectedPageChangedEventArgs Members

DevExpress.XtraPdfViewer Namespace