Comparator Object (IComparator Interface)
This object provides the methods that compare the original document or page with their copies.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
ComparisonParams | ComparisonParams, read-only | Provides access to the comparison parameters. |
Methods
Name | Description |
---|---|
CompareDocuments | Compares the original document with its copy. |
ComparePages | Compares a page from the original document with its copy. |
Related objects
Output parameter
This object is the output parameter of the CreateComparator method of the Engine object.
Samples
The object is used in the Document Comparison sample.
See also
7/3/2024 8:50:25 AM