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

Syntax

C#
public byte[] ComputeUserPassword(
	byte[] ownerPassword
)
Visual Basic
Public Function ComputeUserPassword ( _
	ownerPassword As Byte() _
) As Byte()
Visual C++
public:
array<unsigned char>^ ComputeUserPassword(
	array<unsigned char>^ ownerPassword
)

Parameters

ownerPassword
Type: array<System..::..Byte>[]()[][]

See Also