In This Topic
Deserializes an annotation comment.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
var value; // Type: any
// Parameters
var source; // Type: object
var parentList; // Type: WebAnnotationCommentCollectionJS
var jsonComment; // Type: object
value = instance.deserialize(source, parentList, jsonComment);
function deserialize(
: object,
: WebAnnotationCommentCollectionJS,
: object
) : any;
Parameters
- source
- The source object that stores the comment's data.
- parentList
- The comment collection that contains this comment.
- jsonComment
- JSON-object that represents the comment.
Browser Compatibility
See Also