serialize Method

Summary

Serializes the object to an xml document.

Syntax
TypeScript
JavaScript
AnnRedactionObject.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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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