GraphicalPdfComparer.GetDifference
GraphicalPdfComparer.GetDifference method
Gets differences between pages images. The result contains an image of the first page compared and an array of differences.
public ImagesDifference GetDifference(Page page1, Page page2)
| Parameter | Type | Description | 
|---|---|---|
| page1 | Page | The first page. | 
| page2 | Page | The second page. | 
Return Value
The ImagesDifference instance.
Exceptions
| exception | condition | 
|---|---|
| ArgumentException | If the pages being compared are of different sizes. | 
See Also
- class ImagesDifference
 - class Page
 - class GraphicalPdfComparer
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF