Skip to main content
All docs
V25.2
  • DocumentProperties.Security Property

    Gets or sets the presentation security level.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DocumentSecurityType Security { get; }

    Property Value

    Type Description
    DocumentSecurityType

    An enumeration value that indicates the security level.

    Available values:

    Name Description
    None

    Presentation permissions allow anyone to open, edit, copy, and save.

    Password

    A password is required to open the presentation file.

    ReadonlyRecommended

    The user is advised to open the presentation in read-only mode.

    ReadonlyEnforced

    The presentation is opened strictly in read-only mode.

    Locked

    The document cannot be modified.

    See Also