Loads this ending style with data from the specified XML.
public virtual void Deserialize(
AnnDeserializeOptions options,
XmlNode element,
XmlDocument document
)
public:
virtual void Deserialize(
AnnDeserializeOptions^ options,
XmlNode^ element,
XmlDocument^ document
)
options
The AnnDeserializeOptions deserialize options.
element
The XML node that contains the style's data.
document
The XML document that contains the style's data.
Serialize is called by the framework when the state of this style is to be saved. The style must then use the XML document and parent node to add all the properties that need to be serialized.
Deserialize is called by the framework when the state of this style is to be loaded. The style must then use the XML document and node to read all the properties previously saved.
For more information, refer to Implement User-Defined Objects With LEADTOOLS Annotations.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document