Skip to main content
All docs
V25.2
  • DocumentSecurityType Enum

    Defines the rules that control presentation edit and access permissions.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    [Flags]
    public enum DocumentSecurityType

    Members

    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.

    Related API Members

    The following properties accept/return DocumentSecurityType values:

    See Also