Toolbar
12 Sep 20252 minutes to read
Toolbar module
Methods
enableToolbarItem
Shows or hides the the toolbar items in the PdfViewer.
| Parameter | Type | Description |
|---|---|---|
| items | [] | Defines the toolbar items in the toolbar |
| isEnable | boolean |
If set true, then its Enable the toolbar Items |
Returns void
showAnnotationToolbar
Shows or hides the annotation toolbar in the PdfViewer.
| Parameter | Type | Description |
|---|---|---|
| enableAnnotationToolbar | boolean |
If set true , its show the annotation Toolbar |
Returns void
showNavigationToolbar
Shows or remove the Navigation toolbar in the PdfViewer.
| Parameter | Type | Description |
|---|---|---|
| enableNavigationToolbar | boolean |
If set true , its show the Navigation Toolbar |
Returns void
showToolbar
Shows or remove the toolbar in the PdfViewer.
| Parameter | Type | Description |
|---|---|---|
| enableToolbar | boolean |
If set true , its show the Toolbar |
Returns void
showToolbarItem
Shows or remove the the toolbar items in the PdfViewer.
| Parameter | Type | Description |
|---|---|---|
| items | [] | Defines the toolbar items in the toolbar |
| isVisible | boolean |
If set true, then its show the toolbar Items |
Returns void