Dear Syncfusion Support Team,
I hope this message finds you well.
I am currently working with the SfPdfViewer2 component in my Blazor application and would like to customize the toolbar options. Specifically, I am looking to disable or remove the "Open File" option from the toolbar. Attached is an image of the "Open File" option in the toolbar. Here is a snippet of the code I am using:
@if (pdfShow)
{
<SfPdfViewer2 DocumentPath="@DocumentPath" Height="100%" Width="100%"></SfPdfViewer2>
}
Could you please guide me on how to achieve this customization? Any help or documentation references you can provide would be greatly appreciated.