PDFViewerToolbarSettingsBuilder
Methods
ContextMenu(System.Boolean)
When this option is set to true, the toolbar will render a dropdown button as its first item. The dropdown will contain the open, download and print tools instead of them being rendered on the right-side of the toolbar.
Parameters
value - System.Boolean
The value for ContextMenu
ContextMenu()
When this option is set to true, the toolbar will render a dropdown button as its first item. The dropdown will contain the open, download and print tools instead of them being rendered on the right-side of the toolbar.
Items(System.Action)
The following list indicates the default tools: pager; zoomInOut; zoom; toggleSelection; search; open; download; print or annotations. For DPL Processing exportAs tool could be configured to export a single page to .png or .svg.
Parameters
configurator - System.Action<PDFViewerToolbarSettingsItemFactory>
The configurator for the items setting.