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

Syntax

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

Parameters

b
Type: System..::..Int32

See Also