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, string tagmap ) |
Visual Basic |
---|
Public Shared Sub Parse ( _ document As IDocListener, _ file As String, _ tagmap As String _ ) |
Visual C++ |
---|
public: static void Parse( IDocListener^ document, String^ file, String^ tagmap ) |
Parameters
- document
- Type: iTextSharp.text..::..IDocListener
- file
- Type: System..::..String
- tagmap
- Type: System..::..String