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

Syntax

C#
public void Update(
	byte[] buf,
	int off,
	int len
)
Visual Basic
Public Sub Update ( _
	buf As Byte(), _
	off As Integer, _
	len As Integer _
)
Visual C++
public:
void Update(
	array<unsigned char>^ buf, 
	int off, 
	int len
)

Parameters

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

See Also