Enum EncryptionKeySize
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document
public enum EncryptionKeySize
Fields
EncryptKey128Bit = 2
A 128 bit length.
EncryptKey256Bit = 3
A 256 bit length.
EncryptKey40Bit = 1
A 40 bit length.