This enum specifies the available encryption levels.

Namespace: TallComponents.PDF.Security
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public enum EncryptionLevel
Visual Basic
Public Enumeration EncryptionLevel

Members

Member nameValueDescription
RC4_40bit0 Encrypt this document with RC4 40-bit.
RC4_128bit1 Encrypt this document with RC4 128-bit.
AES_128bit2 Encrypt this document with AES v2 128-bit. (default)
AES_256bit3 Encrypt this document with AES v3 256-bit.

See Also