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

Collapse imageSyntax

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

Parameters

inp
Type: array<System..::..Byte>[]()[][]
inpOff
Type: System..::..Int32
inpLen
Type: System..::..Int32

Collapse imageSee Also