Search results

Toolbar API in Angular PDF Viewer API component

Toolbar module

Methods

enableToolbarItem

Enables /disables 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 /hides the annotation toolbar in the PdfViewer

Parameter Type Description
enableAnnotationToolbar boolean If set true , its show the annotation Toolbar

Returns void

showNavigationToolbar

Shows/hides the Navigation toolbar in the PdfViewer

Parameter Type Description
enableNavigationToolbar boolean If set true , its show the Navigation Toolbar

Returns void

showToolbar

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