Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the Document-object.

Namespace: iTextSharp.text.xml
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public ITextmyHandler(
	IDocListener document,
	Hashtable myTags
)
Visual Basic
Public Sub New ( _
	document As IDocListener, _
	myTags As Hashtable _
)
Visual C++
public:
ITextmyHandler(
	IDocListener^ document, 
	Hashtable^ myTags
)

Parameters

document
Type: iTextSharp.text..::..IDocListener
this is the document on which events must be triggered
myTags
Type: System.Collections..::..Hashtable
a map of tags

See Also