Click or drag to resize

EditingRestrictionType Enumeration

Represents a possible set of editing restrictions which may be enforced on a given document.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum EditingRestrictionType
Members
Member nameValueDescription
None0 Specifies that no editing restrictions have been applied to the document.
TrackedChanges1 Specifies that the edits made to this document shall be tracked as revisions.
Comments2 Specifies that the edits made to this document shall be restricted to the insertion and deletion of comments within the document.
FillingForms3 Specifies that the edits made to this document shall be restricted to editing of form fields.
NoChanges4 Specifies that the document is read-only (no edits shall be allowed).
See Also