Back to Devexpress

PdfEncryptionLevel Enum

corelibraries-devexpress-dot-xtraprinting-949da5bd.md

latest1.6 KB
Original Source

PdfEncryptionLevel Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PdfEncryptionLevel
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfEncryptionLevel

Members

NameDescription
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:

Remarks

A PdfEncryptionLevel enumeration value is returned by the PdfPasswordSecurityOptions.EncryptionLevel property.

See Also

EncryptionLevel

DevExpress.XtraPrinting Namespace