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

Syntax

C#
public void SetupByEncryptionKey(
	byte[] key,
	int keylength
)
Visual Basic
Public Sub SetupByEncryptionKey ( _
	key As Byte(), _
	keylength As Integer _
)
Visual C++
public:
void SetupByEncryptionKey(
	array<unsigned char>^ key, 
	int keylength
)

Parameters

key
Type: array<System..::..Byte>[]()[][]
keylength
Type: System..::..Int32

See Also