Toolbar

16 Dec 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

showRedactionToolbar

Shows /hides the redaction toolbar in the PdfViewer.
This redaction customization feature shall be available only when the PDF Viewer is operating in Standalone Mode.

Parameter Type Description
enableRedactionToolbar boolean If set true , its show the redaction Toolbar

Remarks:
This method toggles the visibility of the redaction annotation toolbar in the PDF Viewer.
It allows the user to control the toolbar’s visibility based on their interactions with the viewer.

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 /hides 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