Initializes a new instance of the ITextmyHtmlHandler class

Namespace: iTextSharp.text.html
Assembly: 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
)

See Also