Skip to main content
All docs
V25.1
  • EncryptionOptions.Algorithm Property

    Specifies an algorithm used to encrypt a PDF file.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public EncryptionAlgorithm Algorithm { get; set; }

    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
    .EncryptionOptions .Algorithm
    See Also