EditingRestrictionType Enumeration |
Represents a possible set of editing restrictions which may be enforced on a given document.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public enum EditingRestrictionType
Public Enumeration EditingRestrictionType
Members Member name | Value | Description |
---|
None | 0 |
Specifies that no editing restrictions have been applied to the document.
|
TrackedChanges | 1 |
Specifies that the edits made to this document shall be tracked as revisions.
|
Comments | 2 |
Specifies that the edits made to this document shall be restricted to the
insertion and deletion of comments within the document.
|
FillingForms | 3 |
Specifies that the edits made to this document shall be restricted to editing of form fields.
|
NoChanges | 4 |
Specifies that the document is read-only (no edits shall be allowed).
|
See Also