The ReadXml Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Reads the values stored in the XML file.| Visual Basic (Declaration) | |
|---|---|
Protected Sub ReadXml( _ ByVal navigator As IXPathNavigable _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FormField Dim navigator As IXPathNavigable instance.ReadXml(navigator) | |
| C# | |
|---|---|
protected void ReadXml( IXPathNavigable navigator ) | |
| C++/CLI | |
|---|---|
protected: void ReadXml( IXPathNavigable^ navigator ) | |
Parameters
- navigator
- Provides an accessor to the System.Xml.XPath.XPathNavigator class.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code