In This Topic
Deserializes annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
var value; // Type: any
// Parameters
var jsonObject; // Type: object
value = instance.deserialize(jsonObject);
function deserialize(
: object
) : any;
Parameters
- jsonObject
- A JSON-object for annotation deserialization.
Browser Compatibility
See Also