VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / deserialize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
deserialize Method
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);

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
56+
45+
11
See Also