[This is preliminary documentation and is subject to change.]
This enum specifies the available encryption levels.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public enum EncryptionLevel |
| Visual Basic |
|---|
Public Enumeration EncryptionLevel |
Members
| Member name | Value | Description | |
|---|---|---|---|
| RC4_40bit | 0 | Encrypt this document with RC4 40-bit. | |
| RC4_128bit | 1 | Encrypt this document with RC4 128-bit. | |
| AES_128bit | 2 | Encrypt this document with AES v2 128-bit. (default) | |
| AES_256bit | 3 | Encrypt this document with AES v3 256-bit. |