The TagMap-class maps several XHTML-tags to iText-objects.

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

Syntax

C#
public class TagMap : Hashtable
Visual Basic
Public Class TagMap _
	Inherits Hashtable
Visual C++
public ref class TagMap : public Hashtable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..Hashtable
    iTextSharp.text.xml..::..TagMap

See Also