corelibraries-devexpress-dot-xtraprinting-949da5bd.md
Lists the algorithms that can be used to encrypt PDF data.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum PdfEncryptionLevel
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfEncryptionLevel
| Name | Description |
|---|---|
AES128 |
Specifies the 128-bit AES (Advanced Encryption Standard) encryption algorithm.
|
| AES256 |
Specifies the 256-bit AES (Advanced Encryption Standard) encryption algorithm.
|
| ARC4 |
Specifies the 128-bit ARC4 (Alleged Rivest Cipher 4) encryption algorithm.
|
The following properties accept/return PdfEncryptionLevel values:
A PdfEncryptionLevel enumeration value is returned by the PdfPasswordSecurityOptions.EncryptionLevel property.
See Also