ComparisonResult Object (IComparisonResult Interface)
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
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Changes | Changes, read-only | Returns the Changes object which is the collection of the Change objects. It provides the set of modifications that were detected during the comparison. |
Methods
Name | Description |
---|---|
Export | Exports the comparison result to a file of the specified format. |
GetChangesForReferencePage | Returns all detected changes for the original page by its index. |
GetChangesForUserPage | Returns all detected changes for the page copy by its index. |
Samples
The object is used in the Document Comparison sample.
Related objects
Output parameter
This object is the output parameter of the CompareDocuments and ComparePages methods of the Comparator object.
See also
7/3/2024 8:50:25 AM