Back to Devexpress

ReadOnlyDocumentProperties.Security Property

officefileapi-devexpress-dot-spreadsheet-dot-readonlydocumentproperties.md

latest1.5 KB
Original Source

ReadOnlyDocumentProperties.Security Property

Returns the security level of the document.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
DocumentSecurity Security { get; }
vb
ReadOnly Property Security As DocumentSecurity

Property Value

TypeDescription
DocumentSecurity

An enumeration member that defines the security level.

|

Available values:

NameDescription
None

Not specified.

| | Password |

Document is password protected.

| | ReadonlyRecommended |

Document is recommended to be opened as read-only.

| | ReadonlyEnforced |

Document is enforced to be opened as read-only.

| | Locked |

Document is locked for annotation.

|

See Also

ReadOnlyDocumentProperties Interface

ReadOnlyDocumentProperties Members

DevExpress.Spreadsheet Namespace