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