Back to Devexpress

DocumentSecurityType Enum

officefileapi-devexpress-dot-docs-dot-presentation-552e6382.md

latest1.4 KB
Original Source

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

csharp
[Flags]
public enum DocumentSecurityType
vb
<Flags>
Public Enum DocumentSecurityType

Members

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

|

The following properties accept/return DocumentSecurityType values:

See Also

DevExpress.Docs.Presentation Namespace