[This is preliminary documentation and is subject to change.]

This enum specifies the available encryption levels.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

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