Skip to main content
All docs
V26.1
  • Presentation.ProtectionMode Property

    Returns the presentation protection mode.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DocumentProtectionMode ProtectionMode { get; }

    Property Value

    Type Description
    DocumentProtectionMode

    The protection mode of the presentation.

    Available values:

    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.

    Remarks

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

    See Also