←Select platform

Serialize Method (AnnPointerObject)

Summary

Serializes the object to an XML document.

Syntax

C#
VB
Java
WinRT C#
public override void Serialize(  
   Leadtools.Annotations.Core.AnnSerializeOptions options, 
   XmlNode parentNode, 
   XmlDocument document 
) 
Public Overrides Sub Serialize( _ 
   ByVal options As Leadtools.Annotations.Core.AnnSerializeOptions, _ 
   ByVal parentNode As XmlNode, _ 
   ByVal document As XmlDocument _ 
) 
public override void Serialize(  
   Leadtools.Annotations.Core.AnnSerializeOptions options, 
   XmlNode parentNode, 
   XmlDocument document 
) 
@Override public void serialize( 
   AnnSerializeOptions options, 
   Node parentNode,  
   Document document 
) 
function Leadtools.Annotations.Core.AnnPointerObject.Serialize(  
   options , 
   parentNode , 
   document  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize