Back to Devexpress

EncryptionOptions.Algorithm Property

officefileapi-devexpress-dot-docs-dot-pdf-dot-encryptionoptions.md

latest1.6 KB
Original Source

EncryptionOptions.Algorithm Property

Specifies an algorithm used to encrypt a PDF file.

Namespace : DevExpress.Docs.Pdf

Assembly : DevExpress.Docs.Core.v25.2.dll

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public EncryptionAlgorithm Algorithm { get; set; }
vb
Public Property Algorithm As EncryptionAlgorithm

Property Value

TypeDescription
EncryptionAlgorithm

An enumeration value that indicates the algorithm type.

|

Available values:

NameDescription
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 TypePath to Algorithm
PdfExportOptions

.EncryptionOptions .Algorithm

|

See Also

EncryptionOptions Class

EncryptionOptions Members

DevExpress.Docs.Pdf Namespace