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 |
|---|
| [getEncryptionAlgorithm] | |
| [setEncryptionAlgorithm] Gets or sets the encryption mode. | |
| [getOwnerPassword] | |
| [setOwnerPassword] Gets or sets the Owner password. | |
| [getPermissions] | |
| [setPermissions] Gets or sets the permissions. | |
| [getUserPassword] | |
| [setUserPassword] Gets or sets the User password. | |
See Also