Skip to main content

PdfViewer.NavigationPanePageVisibility Property

Specifies the visibility of pages (Bookmarks, Thumbnails, and Attachments) on the Navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[DefaultValue(PdfNavigationPanePageVisibility.All)]
public PdfNavigationPanePageVisibility NavigationPanePageVisibility { get; set; }

Property Value

Type Default Description
PdfNavigationPanePageVisibility All

A PdfNavigationPanePageVisibility enumerator value that specifies the visibility of pages on the Navigation pane.

Available values:

Name Description
None

The Navigation pane is hidden.

Thumbnails

Only the Thumbnails page is displayed on the Navigation pane.

Bookmarks

Only the Bookmarks page is displayed on the Navigation pane. If a PDF file does not contain bookmarks, the Navigation pane is hidden.

Attachments

Only the Attachments page is displayed on the Navigation pane.

Comments

Only the Comments page is displayed on the navigation pane.

All

All pages are displayed on the Navigation pane.

See Also