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 ITextHandler(
	IDocListener document
)
Visual Basic
Public Sub New ( _
	document As IDocListener _
)
Visual C++
public:
ITextHandler(
	IDocListener^ document
)

Parameters

document
Type: iTextSharp.text..::..IDocListener
this is the document on which events must be triggered

See Also