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 SetEncryption( bool strength, string userPassword, string ownerPassword, int permissions ) |
Visual Basic |
---|
Public Sub SetEncryption ( _ strength As Boolean, _ userPassword As String, _ ownerPassword As String, _ permissions As Integer _ ) |
Visual C++ |
---|
public: void SetEncryption( bool strength, String^ userPassword, String^ ownerPassword, int permissions ) |
Parameters
- strength
- Type: System..::..Boolean
- userPassword
- Type: System..::..String
- ownerPassword
- Type: System..::..String
- permissions
- Type: System..::..Int32