Skip to main content
A newer version of this page is available. .

PdfNavigationPanePageVisibility Enum

Lists the values specifying the visibility of pages (Bookmarks, Thumbnails, and Attachments) displayed on the Navigation pane.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

[Flags]
public enum PdfNavigationPanePageVisibility

Members

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 document does not contain bookmarks the Navigation pane is hidden.

Attachments

Only the Attachments page is displayed on the Navigation pane.

All

Attachments, Bookmarks (the page is shown if a document contains bookmarks), and Thumbnails pages are displayed on the Navigation pane.

Related API Members

The following properties accept/return PdfNavigationPanePageVisibility values:

Remarks

A PdfNavigationPanePageVisibility enumeration value is returned by the PdfViewer.NavigationPanePageVisibility property.

See Also