PdfEncryptionAlgorithm
PdfEncryptionAlgorithm
Utility class containing constants. Specifies the encryption algorithm to use for encrypting a PDF document.
Values
| Name | Description |
|---|---|
| RC_4_40 | RC4 encryption, key length of 40 bits. |
| RC_4_128 | RC4 encryption, key length of 128 bits. |