Back to Devexpress

PdfViewer.NavigationPanePageVisibility Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-110c9134.md

latest2.6 KB
Original Source

PdfViewer.NavigationPanePageVisibility Property

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(PdfNavigationPanePageVisibility.All)]
public PdfNavigationPanePageVisibility NavigationPanePageVisibility { get; set; }
vb
<DefaultValue(PdfNavigationPanePageVisibility.All)>
Public Property NavigationPanePageVisibility As PdfNavigationPanePageVisibility

Property Value

TypeDefaultDescription
PdfNavigationPanePageVisibilityAll

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

|

Available values:

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.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace