# Enumeration: EnumAllViews

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

# Enumeration: EnumAllViews

Every View a Mobile Web Capture instance can display, including the three supplied by Mobile Document Scanner.

## Remarks

[EnumMWCViews](EnumMWCViews.md) covers MWC's own Views; this enum adds the correction and scan-result steps of the MDS scanning workflow.

## Enumeration Members

### Correction

> **Correction**: `"correction"`

Fine-tunes the detected document boundaries.

***

### Document

> **Document**: `"document"`

Page thumbnails of one document.

***

### History

> **History**: `"history"`

Lists documents uploaded during the session.

***

### Library

> **Library**: `"library"`

Manages multiple documents.

***

### Page

> **Page**: `"page"`

Close-up view of one page.

***

### Scanner

> **Scanner**: `"scanner"`

Captures document images with the camera.

***

### ScanResult

> **ScanResult**: `"scan-result"`

Previews the corrected scan before it is added to the document.

***

### Transfer

> **Transfer**: `"transfer"`

Copies or moves pages between documents.
