[]
Specifies the type of encryption to use for a password-protected PDF document.
public enum PdfSecurity.EncryptionType
| Name | Description |
|---|---|
| AES_128 | 128-bit AES encryption. |
| RC4_128 | 128-bit RC4 encryption. |
| RC4_40 | 40-bit RC4 encryption. |