DynamicPDF Viewer For .NET Overview
The DynamicPDF Viewer for .NET consists of three controllers: the PdfViewer control, the PdfToolStrip control, and the PdfNavigationPanel control.
PdfViewer
The PdfViewer control is the primary control for displaying a PDF document. This control contains a Toolbar and NavigationPanel by default (either control can be disabled). Customize the Toolbar or NavigationPanel using the PdfToolStrip control or PdfNavigationPanel control.
PdfToolStrip
The PdfToolStrip toolbar is available within the PdfViewer control; however, this control can also exist on a form independently of a PdfViewer control. Attach any PdfToolStrip control to a PdfViewer control, and each PdfToolStrip can be customized as desired.
PdfViewerNavigationPanel
The PdfNavigationPanel control is available within the PdfViewer control; however, this control can also exist on a form independently of a PdfViewer control. You can attach any PdfNavigationPanel control to a PdfViewer control, and each PdfNavigationPanel can be customized as desired.
More Information
For examples, refer to the GitHub examples project.
Or refer to the API documentation on PdfViewer, PdfToolStrip, or PdfNavigationPanel. Also find more information on customizing the PdfNavigationPanel at the Customizing the Viewer Layout topic.