VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / serialize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    serialize Method
    In This Topic
    Serializes this collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);
    
    var value; // Type: object[]
    value = instance.serialize();
    
    
    function serialize() : object[];
    

    Return Value

    An array that contains serialized annotation comments.
    Browser Compatibility
    56+
    45+
    11
    See Also