# Interface: PageViewToolbarButtonsConfig

[Mobile Web Capture API Reference](../index.md) / 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?

> `optional` **addPage?**: `ToolbarButtonConfig`

Adds more pages to the document.

***

### annotate?

> `optional` **annotate?**: `ToolbarButtonConfig`

Opens the annotation tools.

***

### back?

> `optional` **back?**: `ToolbarButtonConfig`

Returns to the `DocumentView`.

***

### crop?

> `optional` **crop?**: `ToolbarButtonConfig`

Crops the page to a selected region.

***

### delete?

> `optional` **delete?**: `ToolbarButtonConfig`

Deletes the current page.

***

### done?

> `optional` **done?**: `ToolbarButtonConfig`

Leaves the editing toolbar.

***

### edit?

> `optional` **edit?**: `ToolbarButtonConfig`

Opens the editing toolbar.

***

### filter?

> `optional` **filter?**: `ToolbarButtonConfig`

Applies an image filter to the page.

***

### rotate?

> `optional` **rotate?**: `ToolbarButtonConfig`

Rotates the page 90 degrees counterclockwise.

***

### share?

> `optional` **share?**: `ToolbarButtonConfig`

Shares the current page as a PNG image. Falls back to a download where sharing is unsupported.

***

### upload?

> `optional` **upload?**: `ToolbarButtonConfig`

Uploads the current page. Shown only when [ExportConfig.uploadToServer](ExportConfig.md#uploadtoserver) is defined.
