Click or drag to resize

DocumentSecurity Enumeration

Represents the security level of a document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum DocumentSecurity
Members
Member name Value Description
None 0 Indicates that the document security level is none.
PasswordProtected 1 Indicates that the document security level is password protected.
ReadOnlyRecommended 2 Indicates that the document security level is recommended to be read-only.
ReadOnlyEnforced 4 Indicates that the document security level is forced to be read-only.
ReadOnlyExceptAnnotations 8 Indicates that the document security level is read-only, except for annotations.
See Also