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

Syntax

C#
public ByteBuffer Append(
	char c
)
Visual Basic
Public Function Append ( _
	c As Char _
) As ByteBuffer
Visual C++
public:
ByteBuffer^ Append(
	wchar_t c
)

Parameters

c
Type: System..::..Char

See Also