Skip to main content
All docs
V26.1
  • DocumentProtectionMode Enum

    Lists the document protection modes.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum DocumentProtectionMode

    Members

    Name Description
    None

    The presentation can be edited without restrictions.

    ReadOnly

    The presentation opens in read-only mode. To edit it, the user must enter a password.

    Related API Members

    The following properties accept/return DocumentProtectionMode values:

    Remarks

    For information on how to encrypt and protect a presentation, refer to the following help topic: Encrypt and Protect Presentations.

    See Also