LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ReadXml Method
See Also 
Leadtools.Medical.Workstation Namespace > ModalityOptionsCollection Class : ReadXml Method




reader
The System.Xml.XmlReader stream from which the ModalityOptionsCollection object is deserialized.
reader
The System.Xml.XmlReader stream from which the ModalityOptionsCollection object is deserialized.
Generates a ModalityOptionsCollection object from its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
Visual Basic (Usage)Copy Code
Dim instance As ModalityOptionsCollection
Dim reader As XmlReader
 
instance.ReadXml(reader)
C# 
public void ReadXml( 
   XmlReader reader
)
Managed Extensions for C++ 
public: void ReadXml( 
   XmlReader* reader
) 
C++/CLI 
public:
void ReadXml( 
   XmlReader^ reader
) 

Parameters

reader
The System.Xml.XmlReader stream from which the ModalityOptionsCollection object is deserialized.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also