PdfEncryptionInfo Class
PdfEncryptionInfo class
Contains details for a pdf encryption.
public class PdfEncryptionInfo
Constructors
| Name | Description |
|---|---|
| PdfEncryptionInfo(string, string, PdfPermissions, PdfEncryptionAlgorithm) | Initializes a new instance of the PdfEncryptionInfo class. |
Properties
| Name | Description |
|---|---|
| EncryptionAlgorithm { get; set; } | Gets or sets the encryption mode. |
| OwnerPassword { get; set; } | Gets or sets the Owner password. |
| Permissions { get; set; } | Gets or sets the permissions. |
| UserPassword { get; set; } | Gets or sets the User password. |
See Also
- namespace Aspose.Svg.Rendering.Pdf.Encryption
- assembly Aspose.SVG