Initializes a new instance of the ITextmyHtmlHandler class
Namespace: iTextSharp.text.htmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ITextmyHtmlHandler( IDocListener document, Hashtable htmlTags ) |
Visual Basic |
---|
Public Sub New ( _ document As IDocListener, _ htmlTags As Hashtable _ ) |
Visual C++ |
---|
public: ITextmyHtmlHandler( IDocListener^ document, Hashtable^ htmlTags ) |
Parameters
- document
- Type: iTextSharp.text..::..IDocListener
- htmlTags
- Type: System.Collections..::..Hashtable