Skip to main content
This object represents one difference between the original and the copy. It provides information about the change location, the type of content the change affects, and the kind of modification made (something inserted, deleted, etc.). White spaces and empty strings are not considered as changes.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ChangeTypeDocumentChangeTypeEnum, read-onlyReturns the type of content that was changed (text or picture).
ModificationTypeModificationTypeEnum, read-onlyReturns the kind of modification that was made: something inserted, deleted, or otherwise modified.
ReferenceLocationChangeLocation, read-onlyReturns the location of the change in the original document.
UserLocationChangeLocation, read-onlyReturns the location of the change in the document copy.

Methods

NameDescription
GetAsPictureChangeReturns the detected change as the PictureChange object. Not implemented.
GetAsTextChangeReturns the detected change as the TextChange object.
Change Object Diagram

Output parameter

This object is the output parameter of the Item method of the Changes object.

Samples

The object is used in the Document Comparison demo tool for Windows and the Document Comparison sample for Linux and Mac.

See also

Changes Working with Properties Migration Guide from ScanDifFinder SDK to Document Comparison API