Syncfusion AI Assistant

How can I help you?

Load PDF without Toolbar

5 Sep 20251 minute to read

In order to view the PDF without the toolbar, make use of the PdfDocumentView control instead of the PdfViewerControl as described in the section. Other features are similar to the PdfViewerControl.

PdfDocumentView pdfDocumentView1 = new PdfDocumentView();
pdfDocumentView1.Load("Sample.pdf");
Dim pdfDocumentView1 As New PdfDocumentView()
pdfDocumentView1.Load("Sample.pdf")

The following is the image of a PDF document viewed in PdfDocumentView.

Load PDF Without Toolstrip in Windows PDF Viewer