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

Syntax

C#
void StartElement(
	string tag,
	Hashtable h
)
Visual Basic
Sub StartElement ( _
	tag As String, _
	h As Hashtable _
)
Visual C++
void StartElement(
	String^ tag, 
	Hashtable^ h
)

See Also