PdfViewer.NavigationPaneVisibility Property
Specifies the current visible state of a navigation pane.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
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 |
Hidden | Navigation pane is hidden. |
Collapsed | The Navigation pane is collapsed. |
Visible | The Navigation pane is displayed. |
Expanded | The Navigation pane is expanded. |
#Exceptions
Type | Description |
---|---|
Argument |
Thrown if the property is set to |
#Remarks
Use the NavigationPaneVisibility
property to specify the state of a Navigation pane.
Note
The Default mode is not supported for the Navigation
property.
Use the NavigationPaneInitialVisibility property to specify the state of the Navigation pane after loading a new document.