Writes a string to the stream.

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

Syntax

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

Parameters

str
Type: System..::..String
the string to write

See Also