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

Syntax

C#
public ByteBuffer Append(
	string str
)
Visual Basic
Public Function Append ( _
	str As String _
) As ByteBuffer
Visual C++
public:
ByteBuffer^ Append(
	String^ str
)

Parameters

str
Type: System..::..String

See Also