PdfEncryptionInfo
PdfEncryptionInfo constructor
Initializes a new instance of the PdfEncryptionInfo class.
public PdfEncryptionInfo(string userPassword, string ownerPassword, PdfPermissions permissions,
PdfEncryptionAlgorithm encryptionAlgorithm)
| Parameter | Type | Description |
|---|---|---|
| userPassword | String | The user password. |
| ownerPassword | String | The owner password. |
| permissions | PdfPermissions | The permissions. |
| encryptionAlgorithm | PdfEncryptionAlgorithm | The encryption algorithm. |
See Also
- enum PdfPermissions
- enum PdfEncryptionAlgorithm
- class PdfEncryptionInfo
- namespace Aspose.Svg.Rendering.Pdf.Encryption
- assembly Aspose.SVG