# Variable: MWC

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

# Variable: MWC

> `const` **MWC**: `object`

The Mobile Web Capture namespace, holding the entry class and the View classes.

## Type Declaration

### DocumentView

> **DocumentView**: *typeof* [`DocumentView`](../classes/DocumentView.md)

### LibraryView

> **LibraryView**: *typeof* [`LibraryView`](../classes/LibraryView.md)

### MobileWebCapture

> **MobileWebCapture**: *typeof* [`MobileWebCapture`](../classes/MobileWebCapture.md)

### PageView

> **PageView**: *typeof* [`PageView`](../classes/PageView.md)

### TransferView

> **TransferView**: *typeof* [`TransferView`](../classes/TransferView.md)

## Remarks

This is what the UMD bundles attach to `Dynamsoft`, so a page loading `mwc.bundle.js` reaches the entry class as `Dynamsoft.MobileWebCapture`.
