The ImageGear.Comparison namespace provides functionality to examine text and image differences between two documents, as well as produce report PDF documents highlighting insertions and deletions between them.
            Classes
|  | Class | Description | 
|---|
|  | ComparisonOptions | Document comparison options. Contains options on how to compare text and images. | 
|  | ImageComparisonOptions | Contains options that can be set to control the image comparison. | 
|  | ImGearComparison | This class contains methods to compare two documents. Currently, only PDF documents are supported. | 
|  | OutputOptions | Contains options that configure the markup of the comparison output document. | 
|  | TextComparisonOptions | Contains options that can be set to control the text comparison. | 
Interfaces
|  | Interface | Description | 
|---|
|  | IComparisonResult | This interface gives access to the results of a document comparison. | 
See Also