Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Deserialize Method (AnnRedactionObject)






Deserialize options
The XML node that contains the object's data.
The XML document that contains the object's data.
Loads this object with data from the specified XML.
Syntax
public override void Deserialize( 
   AnnDeserializeOptions options,
   XmlNode element,
   XmlDocument document
)
'Declaration
 
Public Overrides Sub Deserialize( _
   ByVal options As AnnDeserializeOptions, _
   ByVal element As XmlNode, _
   ByVal document As XmlDocument _
) 
public override void Deserialize( 
   AnnDeserializeOptions options,
   XmlNode element,
   XmlDocument document
)
@Override public void deserialize(
   AnnDeserializeOptions options,
   Node element,
   Document document
)
            
 function Leadtools.Annotations.Core.AnnRedactionObject.Deserialize( 
   options ,
   element ,
   document 
)

Parameters

options
Deserialize options
element
The XML node that contains the object's data.
document
The XML document that contains the object's data.
Remarks

Note:The Serialize and Deserialize methods have different signatures for WinRT and WinRTPhone. Refer to the following for the correct signatures:

WinRT

              public override void Serialize(AnnSerializeOptions options, IXmlNode parentNode, XmlDocument document)
              public override void Deserialize(AnnDeserializeOptions options, XmlNode element, XmlDocument document)
              

WinRTPhone

              public override void Serialize(AnnSerializeOptions options, XNode parentNode, XDocument document)
              public override void Deserialize(AnnDeserializeOptions options, XNode element, XDocument document)
              
Requirements

Target Platforms

See Also

Reference

AnnRedactionObject Class
AnnRedactionObject Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features