Dear supporter
Is there any option to set read only to pdf viewer / disable toolbar, I have tried some properties but none of them help. User still can use function
<PdfViewerComponent
id="container"
documentPath={pdfBlobData}
serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
style={{ height: '100%' }}
isDocumentEdited={false}
>
<Inject
services={[
Toolbar,
Magnification,
Navigation,
Annotation,
LinkAnnotation,
BookmarkView,
ThumbnailView,
Print,
TextSelection,
TextSearch,
FormFields,
FormDesigner,
]}
/>
</PdfViewerComponent>