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