Link Search Menu Expand Document

EncryptionAlgorithm Enumeration

Specifies encryption algorithm.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public enum EncryptionAlgorithm
Members
Member nameValueDescription
None0 Without encryption.
RC4_40bit1 Low encryption (40-bit RC4). Compatible with Acrobat 3.0 and later.
RC4_128bit2 High encryption (128-bit RC4). Compatible with Acrobat 5.0 and later.
AES_128bit3 High encryption (128-bit AES). Compatible with Acrobat 7.0 and later.
AES_256bit4 Highest encryption (256-bit AES). Compatible with Acrobat 9.0 and later.
See Also

Reference