Back to Devexpress

PdfNavigationPaneVisibility Enum

windowsforms-devexpress-dot-xtrapdfviewer-8112a829.md

latest2.0 KB
Original Source

PdfNavigationPaneVisibility Enum

Lists values that indicate the visibility mode of the PDF navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public enum PdfNavigationPaneVisibility
vb
Public Enum PdfNavigationPaneVisibility

Members

NameDescription
Default

Equal to Visible (if a document contains bookmarks) or to Collapsed (if a document does not have bookmarks, and Attachments tab is collapsed). This option is not available for the NavigationPaneVisibility property.

| | Hidden |

Navigation pane is hidden.

| | Collapsed |

The Navigation pane is collapsed.

| | Visible |

The Navigation pane is displayed.

| | Expanded |

The Navigation pane is expanded.

|

The following properties accept/return PdfNavigationPaneVisibility values:

See Also

DevExpress.XtraPdfViewer Namespace