Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void SetupByOwnerPassword( byte[] documentID, byte[] ownerPassword, byte[] userKey, byte[] ownerKey, int permissions ) |
Visual Basic |
---|
Public Sub SetupByOwnerPassword ( _ documentID As Byte(), _ ownerPassword As Byte(), _ userKey As Byte(), _ ownerKey As Byte(), _ permissions As Integer _ ) |
Visual C++ |
---|
public: void SetupByOwnerPassword( array<unsigned char>^ documentID, array<unsigned char>^ ownerPassword, array<unsigned char>^ userKey, array<unsigned char>^ ownerKey, int permissions ) |
Parameters
- documentID
- Type: array<System..::..Byte>[]()[][]
- ownerPassword
- Type: array<System..::..Byte>[]()[][]
- userKey
- Type: array<System..::..Byte>[]()[][]
- ownerKey
- Type: array<System..::..Byte>[]()[][]
- permissions
- Type: System..::..Int32