# BrowsingMode

## Content

# Enumeration: BrowsingMode

Enumerates the browsing modes for document interaction.

## Table of contents

### Enumeration members

- [edit](BrowsingMode#edit)
- [view](BrowsingMode#view)

## Enumeration members

### <a id="edit" name="edit"></a> edit

• **edit** = `0`

Allows the user to edit the document.

___

### <a id="view" name="view"></a> view

• **view** = `1`

Restricts the user to viewing the document only.
