C#
VB
Java
WinRT C#
C++
Loads this object with data from the specified XML.
public override void Deserialize(
AnnDeserializeOptions options,
XmlNode element,
XmlDocument document
)
Public Overrides Sub Deserialize( _
ByVal options As Leadtools.Annotations.Core.AnnDeserializeOptions, _
ByVal element As XmlNode, _
ByVal document As XmlDocument _
)
public override void Deserialize(
Leadtools.Annotations.Core.AnnDeserializeOptions options,
XmlNode element,
XmlDocument document
)
function Leadtools.Annotations.Core.AnnPointerObject.Deserialize(
options ,
element ,
document
)
public:
virtual void Deserialize(
AnnDeserializeOptions^ options,
XmlNode^ element,
XmlDocument^ document
) override
options
The AnnDeserializeOptions deserialize options
element
The XML node that contains the object's data.
document
The XML document that contains the object's data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET