deserialize Method

Summary

Loads this object with data from the specified xml.

Syntax

JavaScript Syntax
AnnMediaObject.prototype.deserialize = function(options, element, document) 
TypeScript Syntax
deserialize(options: AnnDeserializeOptions, element: Node, document: Document): void; 

Parameters

options

Deserialize options

element

The xml node that contains the object's data.

document

The xml document that contains the object's data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly