1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents.WordProcessing
  6. /
  7. WordProcessingProtectionType

WordProcessingProtectionType

WordProcessingProtectionType enumeration

Represents protection type for a Word document.

public enum WordProcessingProtectionType

Values

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 No changes are allowed to the document.

See Also