This method deals with the starting tags.

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

Syntax

C#
public void HandleEndingTags(
	string name
)
Visual Basic
Public Sub HandleEndingTags ( _
	name As String _
)
Visual C++
public:
void HandleEndingTags(
	String^ name
)

Parameters

name
Type: System..::..String
the name of the tag

See Also