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
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