Writes a starttag to the stream.

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

Syntax

C#
protected void WriteStart(
	string tag
)
Visual Basic
Protected Sub WriteStart ( _
	tag As String _
)
Visual C++
protected:
void WriteStart(
	String^ tag
)

Parameters

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

See Also