Hi,
I would like to have the comments panel showing when the PDF is loaded and hide annotation button menu that has the import/export options for notations. I have attached a screen shot.
I am creating the PDF Viewer thusly and hope there is a way to configure these settings in the javascript.
<div class="row">
<div class="col-md-12"> @Html.EJS().PdfViewer("pdfviewer").ServiceUrl(VirtualPathUtility.ToAbsolute("~/PdfViewer/")).ToolbarSettings(new Syncfusion.EJ2.PdfViewer.PdfViewerToolbarSettings { ShowTooltip = true, AnnotationToolbarItems = "CommentPanelTool" }).DocumentPath(ViewBag.AppointmentIdDir + "\\" + ViewBag.FileName).Render()
</div>
</div>
Attachment:
pdfviewerlayout_f69f537f.zip