VintaSoft Imaging .NET SDK 12.5: 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);
    
    
    function deserialize(
    source
    The source object that stores the comment's data.
    : object,
    parentList
    The comment collection that contains this comment.
    : WebAnnotationCommentCollectionJS,
    jsonComment
    JSON-object that represents the comment.
    : 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
    56+
    45+
    11
    See Also