In This Topic
Reference Guides / JavaScript API / Actions / Document / Save

Save

In This Topic
 Save

This function allows you to locally save the current document.

Save: function (docuViewareID, success, error)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to download the current document from.
success
A function that will be executed upon success.
error
A function that will be executed upon error.

Return Value

1 if error, 0 if success.