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 SetupByUserPassword( byte[] documentID, byte[] userPassword, byte[] ownerKey, int permissions ) |
Visual Basic |
---|
Public Sub SetupByUserPassword ( _ documentID As Byte(), _ userPassword As Byte(), _ ownerKey As Byte(), _ permissions As Integer _ ) |
Visual C++ |
---|
public: void SetupByUserPassword( array<unsigned char>^ documentID, array<unsigned char>^ userPassword, array<unsigned char>^ ownerKey, int permissions ) |
Parameters
- documentID
- Type: array<System..::..Byte>[]()[][]
- userPassword
- Type: array<System..::..Byte>[]()[][]
- ownerKey
- Type: array<System..::..Byte>[]()[][]
- permissions
- Type: System..::..Int32