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

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