Constructs a Tagmap object

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

Syntax

C#
public TagMap(
	string tagfile
)
Visual Basic
Public Sub New ( _
	tagfile As String _
)
Visual C++
public:
TagMap(
	String^ tagfile
)

Parameters

tagfile
Type: System..::..String
the file of tags to parse

See Also