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

Syntax

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

Parameters

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

See Also