VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / deserialize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
deserialize Method
In This Topic
Deserializes annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();

var value; // Type: any

// Parameters
var jsonObject; // Type: object

value = instance.deserialize(jsonObject);

Parameters

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