Click or drag to resize

RevisionType Enumeration

Specifies the type of change being tracked in Revision.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum RevisionType
Members
Member nameValueDescription
Insertion0 New content was inserted in the document.
Deletion1 Content was removed from the document.
MovedFrom2 Content was moved (deleted) in the document.
MovedTo3 Content was moved (inserted) in the document.
See Also