WordProcessingLockType Enumeration |
Specifies watermark lock type in Word document.
Namespace: GroupDocs.Watermark.Options.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic enum WordProcessingLockType
Public Enumeration WordProcessingLockType
public enum class WordProcessingLockType
type WordProcessingLockType
Members
| Member name | Value | Description |
---|
| AllowOnlyRevisions | 0 |
User can only add revision marks to the document.
|
| AllowOnlyComments | 1 |
User can only modify comments in the document.
|
| AllowOnlyFormFields | 2 |
User can only enter data in the form fields in the document.
|
| ReadOnly | 3 |
The entire document is read-only.
|
| ReadOnlyWithEditableContent | 4 |
The document is read-only, but all the content except of the watermark is marked as editable.
|
| NoLock | -1 |
Disable any lock on watermark and document.
|
See Also