Appearance
Mobile Web Capture API Reference / LibraryToolbarButtonsConfig
Interface: LibraryToolbarButtonsConfig
The customizable buttons of the LibraryView toolbar.
Remarks
The first group is the default toolbar; the rest appear once the user selects one or more documents.
Properties
back?
optionalback?:ToolbarButtonConfig
Leaves selection mode.
capture?
optionalcapture?:ToolbarButtonConfig
Creates a document by capturing its first page with the scanner.
delete?
optionaldelete?:ToolbarButtonConfig
Deletes the selected documents.
import?
optionalimport?:ToolbarButtonConfig
Creates a document by importing images or PDF files.
newDoc?
optionalnewDoc?:ToolbarButtonConfig
Creates a new, empty document.
print?
optionalprint?:ToolbarButtonConfig
Prints the selected documents.
share?
optionalshare?:ToolbarButtonConfig
Shares the selected documents as PDF files.
upload?
optionalupload?:ToolbarButtonConfig
Uploads the selected documents. Shown only when ExportConfig.uploadToServer is defined.
uploads?
optionaluploads?:ToolbarButtonConfig
Opens the upload history. Shown only when Upload History is enabled.