Parses the xml document
Namespace: iTextSharp.text.xmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected void Init( XmlDocument xTagfile ) |
| Visual Basic |
|---|
Protected Sub Init ( _ xTagfile As XmlDocument _ ) |
| Visual C++ |
|---|
protected: void Init( XmlDocument^ xTagfile ) |
Parameters
- xTagfile
- Type: System.Xml..::..XmlDocument