editModeToggle

This parameter specifies the edit mode for the current instance of the viewer. The edit mode determines whether annotation, redaction, and document building capabilities are available to users.

You can set this parameter to one or more of the following values:
Value Description
annotate Displays the Switch to standard annotation view button in the viewer to enable users to annotate documents.

In annotation mode, a call to the commit method saves the annotations.

Note: Annotate is the edit mode by default.
docbuilder Displays the Switch to document builder view button in the viewer to enable users to build documents by adding and removing pages from existing documents.

In document builder mode, a call to the commit method begins building the document.

redact Displays the Switch to permanent redaction view button in the viewer to enable users to redact documents.

In redaction mode, a call to the commit method permanently burns the redactions into the document.


Sample syntax

<PARAM NAME="editModeToggle" value="annotate,docbuilder" />