Parses a given file.
Namespace: iTextSharp.text.xmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void Go( IDocListener document, string file, string tagmap ) |
Visual Basic |
---|
Public Overridable Sub Go ( _ document As IDocListener, _ file As String, _ tagmap As String _ ) |
Visual C++ |
---|
public: virtual void Go( IDocListener^ document, String^ file, String^ tagmap ) |
Parameters
- document
- Type: iTextSharp.text..::..IDocListener
- file
- Type: System..::..String
- tagmap
- Type: System..::..String