getEditToggleMode()

This method returns a comma-separated list of the edit mode toggles that are available for the current instance of the viewer. The edit mode toggle 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.

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">