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

GetAnnotClientTag

In This Topic
 GetAnnotClientTag

This function permits to retrieve the value of the clientTag property of a specific annotation.

Use the clientTag property to stores arbitrary public value that can be used to store optional information about the annotation. The content of this property is automatically synchronised between the client and the server.

GetAnnotClientTag: function (docuViewareID, annotId)

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.
           

Return Value

1 if error, a string that represents the clientTag value if success.