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

Syntax

C#
public ByteBuffer Append(
	int i
)
Visual Basic
Public Function Append ( _
	i As Integer _
) As ByteBuffer
Visual C++
public:
ByteBuffer^ Append(
	int i
)

Parameters

i
Type: System..::..Int32

See Also