Configuration for a custom toolbar item.
You can use this to add custom buttons to the toolbar.
Example
// custom item CPDFToolbarItem { action: CPDFToolbarAction.CUSTOM, identifier: "custom_button_1", icon: "custom_icon", // name of the android drawable or iOS image asset title: "Custom"// This only takes effect in the "more" menu. }
Configuration for a custom toolbar item. You can use this to add custom buttons to the toolbar.
Example