serialize Method

Summary

Serializes the object to an xml document.

Syntax
TypeScript
JavaScript
AnnImageObject.prototype.serialize = function( 
   options, 
   parentNode, 
   document 
) 
serialize( 
   options: AnnSerializeOptions, 
   parentNode: Node, 
   document: Document 
): void; 

Parameters

options

Serialize options

parentNode

The parent node into which the object's data will be saved.

document

The xml document that will contain the object's data.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.