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

Syntax

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

Parameters

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

See Also