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

Collapse imageSyntax

C#
public ByteBuffer Append(
	byte[] b,
	int off,
	int len
)
Visual Basic
Public Function Append ( _
	b As Byte(), _
	off As Integer, _
	len As Integer _
) As ByteBuffer
Visual C++
public:
ByteBuffer^ Append(
	array<unsigned char>^ b, 
	int off, 
	int len
)

Parameters

b
Type: array<System..::..Byte>[]()[][]
off
Type: System..::..Int32
len
Type: System..::..Int32

Collapse imageSee Also