PdfEncryptionDetails
PdfEncryptionDetails class
Contains details for a PDF encryption.
Constructors
| Name | Description |
|---|---|
| PdfEncryptionDetails | Initializes a new instance of the PdfEncryptionDetails class. |
Methods
| Name | Description |
|---|---|
| get_EncryptionAlgorithm | Gets the encryption mode. |
| get_OwnerPassword | Gets the Owner password. |
| get_Permissions | Gets the permissions. |
| get_UserPassword | Gets the User password. |
| set_EncryptionAlgorithm | Sets the encryption mode. |
| set_OwnerPassword | Sets the Owner password. |
| set_Permissions | Sets the permissions. |
| set_UserPassword | Sets the User password. |