DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentSecurity Enumeration

DocumentSecurity Enumeration
Used as a value for the Security property. Specifies the security level of a document as a numeric value.
Syntax
'Declaration
 
Public Enum DocumentSecurity 
   Inherits System.Enum
 
Members
MemberDescription
None There are no security states specified by the property.
PasswordProtected The document is password protected. (Note has never been seen in a document so far).
ReadOnlyEnforced The document to always be opened read-only.
ReadOnlyExceptAnnotations The document to always be opened read-only except for annotations.
ReadOnlyRecommended The document to be opened read-only if possible, but the setting can be overridden.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.DocumentSecurity

See Also