Skip to main content
All docs
V26.1
  • EncryptionOptions(String, EncryptionType) Constructor

    Initializes a new instance of the EncryptionOptions class with specified settings.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public EncryptionOptions(
        string password,
        EncryptionType type = EncryptionType.Strong
    )

    Parameters

    Name Type Description
    password String

    The password used to encrypt a presentation.

    Optional Parameters

    Name Type Default Description
    type EncryptionType Strong

    The encryption type used to encrypt a presentation.

    See Also