PDF Viewer Control for ASP.NET
ShowNavigationPanel Property
NamespacesPdfViewer4AspNetPdfViewerShowNavigationPanel
Show or hide the navigation panel from the left side of the viewer containing buttons to view the bookmarks, thumbnails, file attachments and comments of the document. The default value of this property is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowNavigationPanel { get; set; }
Public Property ShowNavigationPanel As Boolean
public:
property bool ShowNavigationPanel {
	bool get ();
	void set (bool value);
}

Assembly: PdfViewerAspNet (Module: PdfViewerAspNet) Version: 3.1.0.16909 (3.1.0.0)