Load PDF without ToolStrip in viewer

In order to view PDF without the tools strip, make use of PdfDocumentView control instead of PdfViewerControl. Other features and options are similar to PdfViewerControl.

PdfDocumentView pdfDocumentView1 = new PdfDocumentView();

pdfDocumentView1.Load(@"Template.pdf");
Dim pdfDocumentView1 As New PdfDocumentView()

pdfDocumentView1.Load("Template.pdf")

The following screenshot illustrates the PDF document in PdfDocumentView.