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

GetAnnotPropertiesValues

In This Topic
 GetAnnotPropertiesValues

This function allows you to get the annotation properties values for a given annotation type.

GetAnnotPropertiesValues: function (docuViewareID, annotType)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to get the annotation properties from.
annotType
An integer representing the annotation type you want to get the annotation properties values of.
The value has to be a member of the GdPictureAnnotationType enumeration.

Return Value

1 if error, an object that contains the current annotation type properties values if success.