Enum EncryptionLevel
Namespace TallComponents.PDF.Layout.Security
This enum specifies the available encryption levels.
Fields
RC4_40bit
Encrypt this document with RC4 40-bit.
RC4_128bit
Encrypt this document with RC4 128-bit.
AES_128bit
Encrypt this document with AES v2 128-bit. (default)
AES_256bit
Encrypt this document with AES v3 256-bit.