This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum EncryptionKeySize |
| Visual Basic |
|---|
Public Enumeration EncryptionKeySize |
| Visual C++ |
|---|
public enum class EncryptionKeySize |
Members
| Member name | Value | Description | |
|---|---|---|---|
| EncryptKey128Bit | 2 | A 128 bit length. | |
| EncryptKey40Bit | 1 | A 40 bit length. |