←Select platform

Deserialize Method

Summary
Loads this object with data from the specified XML.
Syntax
C#
C++/CLI
Java
Python
public override void Deserialize( 
   AnnDeserializeOptions options, 
   XmlNode element, 
   XmlDocument document 
) 
@Override public void deserialize( 
   AnnDeserializeOptions options, 
   Node element, 
   Document document 
) 
public:  
   virtual void Deserialize( 
      AnnDeserializeOptions^ options, 
      XmlNode^ element, 
      XmlDocument^ document 
   ) override 
def Deserialize(self,options,element,document): 

Parameters

options
The 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 22.0.2023.7.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.