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 HandleStartingTags(
	string name,
	Properties attributes
)
Visual Basic
Public Sub HandleStartingTags ( _
	name As String, _
	attributes As Properties _
)
Visual C++
public:
void HandleStartingTags(
	String^ name, 
	Properties^ attributes
)

Parameters

name
Type: System..::..String
the name of the tag
attributes
Type: System.util..::..Properties
the list of attributes

See Also