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