EncryptionKeySize Enumeration |
The length of the encryption key
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public enum EncryptionKeySize
Public Enumeration EncryptionKeySize
Members
| Member name | Value | Description |
---|
| EncryptKey128Bit | 2 |
A 128 bit length.
|
| EncryptKey40Bit | 1 |
A 40 bit length.
|
See Also