GraphicalPdfComparer.CompareDocumentsToPdf
GraphicalPdfComparer.CompareDocumentsToPdf method
Compares documents graphically. The comparison result is placed in a PDF document.
public void CompareDocumentsToPdf(Document document1, Document document2, string resultPdfPath)
| Parameter | Type | Description |
|---|
| document1 | Document | The first document to compare. |
| document2 | Document | The second document to compare. |
| resultPdfPath | String | The target pdf file path. |
Exceptions
| exception | condition |
|---|
| ArgumentException | If the pages being compared are of different sizes. If resultPdfPath is null or empty string. |
See Also