EncryptionOptions.Algorithm Property
Specifies an algorithm used to encrypt a PDF file.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| EncryptionAlgorithm | An enumeration value that indicates the algorithm type. |
Available values:
| Name | Description |
|---|---|
| AES128 | The 128-bit AES (Advanced Encryption Standard) algorithm is used. |
| AES256 | The 256-bit AES (Advanced Encryption Standard) algorithm is used. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to Algorithm |
|---|---|
| PdfExportOptions |
|
See Also