Back to Devexpress

PdfNavigationPanePageVisibility Enum

windowsforms-devexpress-dot-xtrapdfviewer-69b33857.md

latest2.0 KB
Original Source

PdfNavigationPanePageVisibility Enum

Lists values that indicate the visibility of pages displayed on the Navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Flags]
public enum PdfNavigationPanePageVisibility
vb
<Flags>
Public Enum PdfNavigationPanePageVisibility

Members

NameDescription
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.

| | Signatures |

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

| | Layers |

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

| | All |

All pages are displayed on the Navigation pane.

|

The following properties accept/return PdfNavigationPanePageVisibility values:

See Also

DevExpress.XtraPdfViewer Namespace