# Interface: DDVAnnotationToolbarLabelConfig

[Mobile Web Capture API Reference](../index.md) / DDVAnnotationToolbarLabelConfig

# Interface: DDVAnnotationToolbarLabelConfig

Labels for the annotation toolbar of the `PageView`, which is supplied by Dynamsoft Document Viewer.

## Remarks

Set only the labels you want to change; the rest keep their defaults. Useful for localizing the annotation tools or matching your own terminology.

## Example

```javascript
const mobileWebCapture = new Dynamsoft.MobileWebCapture({
    license: "YOUR_LICENSE_KEY_HERE",
    pageViewConfig: {
        annotationToolbarLabelConfig: {
            TextBoxAnnotation: "Input Text",
        },
    },
});
```

## Properties

### BringForward

> **BringForward**: `string`

***

### BringToFront

> **BringToFront**: `string`

***

### EllipseAnnotation

> **EllipseAnnotation**: `string`

***

### EraseAnnotation

> **EraseAnnotation**: `string`

***

### InkAnnotation

> **InkAnnotation**: `string`

***

### LineAnnotation

> **LineAnnotation**: `string`

***

### PolygonAnnotation

> **PolygonAnnotation**: `string`

***

### PolylineAnnotation

> **PolylineAnnotation**: `string`

***

### RectAnnotation

> **RectAnnotation**: `string`

***

### Redo

> **Redo**: `string`

***

### SelectAnnotation

> **SelectAnnotation**: `string`

***

### SendBackward

> **SendBackward**: `string`

***

### SendToBack

> **SendToBack**: `string`

***

### StampIconAnnotation

> **StampIconAnnotation**: `string`

***

### StampImageAnnotation

> **StampImageAnnotation**: `string`

***

### TextBoxAnnotation

> **TextBoxAnnotation**: `string`

***

### TextTypewriterAnnotation

> **TextTypewriterAnnotation**: `string`

***

### Undo

> **Undo**: `string`
