Appearance
Mobile Web Capture API Reference / PageViewToolbarButtonsConfig
Interface: PageViewToolbarButtonsConfig
The customizable buttons of the PageView toolbar.
Remarks
The first group is the default toolbar; the rest replace it once the user taps Edit.
Properties
addPage?
optionaladdPage?:ToolbarButtonConfig
Adds more pages to the document.
annotate?
optionalannotate?:ToolbarButtonConfig
Opens the annotation tools.
back?
optionalback?:ToolbarButtonConfig
Returns to the DocumentView.
crop?
optionalcrop?:ToolbarButtonConfig
Crops the page to a selected region.
delete?
optionaldelete?:ToolbarButtonConfig
Deletes the current page.
done?
optionaldone?:ToolbarButtonConfig
Leaves the editing toolbar.
edit?
optionaledit?:ToolbarButtonConfig
Opens the editing toolbar.
filter?
optionalfilter?:ToolbarButtonConfig
Applies an image filter to the page.
rotate?
optionalrotate?:ToolbarButtonConfig
Rotates the page 90 degrees counterclockwise.
share?
optionalshare?:ToolbarButtonConfig
Shares the current page as a PNG image. Falls back to a download where sharing is unsupported.
upload?
optionalupload?:ToolbarButtonConfig
Uploads the current page. Shown only when ExportConfig.uploadToServer is defined.