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

    Parameters

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