Skip to main content
The result of comparing the original document or page with its copy. It contains the full list of differences as a Changes collection and provides the methods to get the differences for individual pages.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ChangesChanges, read-onlyReturns the Changes object which is the collection of the Change objects. It provides the set of modifications that were detected during the comparison.

Methods

NameDescription
ExportExports the comparison result to a file of the specified format.
GetChangesForReferencePageReturns all detected changes for the original page by its index.
GetChangesForUserPageReturns all detected changes for the page copy by its index.

Samples

The object is used in the Document Comparison demo tool in Windows and the Document Comparison sample in Linux and macOS. ComparisonResult Object Diagram

Output parameter

This object is the output parameter of the CompareDocuments and ComparePages methods of the Comparator object.

See also

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