VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / deserialize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    deserialize Method
    In This Topic
    Deserializes annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: any
    
    // Parameters
    var jsonObject; // Type: object
    
    value = instance.deserialize(jsonObject);
    
    
    function deserialize(
    jsonObject
    A JSON-object for annotation deserialization.
    : object
    ) : any;

    Parameters

    jsonObject
    A JSON-object for annotation deserialization.
    Browser Compatibility
    56+
    45+
    11
    See Also