serialize Method

Summary

Serializes the object to an xml document.

Syntax

JavaScript Syntax
AnnEncryptObject.prototype.serialize = function(options, parentNode, document) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly