In This Topic
Reference Guides / JavaScript API / Annotations / UpdateAnnotById

UpdateAnnotById

In This Topic
 UpdateAnnotById

This function permits to change the properties of a specific annotation.

 

UpdateAnnotById: function (docuViewareID, annotId, properties)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to remove the annotation from.
annotID
A string that represents the identifier of an annotation.
properties
An object specifying the annotation properties to update. The structure is not yet documented.

Return Value

1 if error, 0 if success.