Enum PdfEncryptionAlgorithm

PdfEncryptionAlgorithm enumeration

Specifies the encryption algorithm to use for encrypting a PDF document.

public enum PdfEncryptionAlgorithm

Values

NameValueDescription
RC4_400RC4 encryption, key length of 40 bits.
RC4_1281RC4 encryption, key length of 128 bits.

See Also