This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public enum EncryptionKeySize
Visual Basic
Public Enumeration EncryptionKeySize
Visual C++
public enum class EncryptionKeySize

Members

Member nameValueDescription
EncryptKey128Bit2 A 128 bit length.
EncryptKey40Bit1 A 40 bit length.

See Also