Back to Devexpress

DocumentProperties.Security Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-83c89abc.md

latest1.6 KB
Original Source

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

csharp
public DocumentSecurityType Security { get; }
vb
Public ReadOnly Property Security As DocumentSecurityType

Property Value

TypeDescription
DocumentSecurityType

An enumeration value that indicates the security level.

|

Available values:

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.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace