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)
ParameterTypeDescription
document1DocumentThe first document to compare.
document2DocumentThe second document to compare.
resultPdfPathStringThe target pdf file path.

Exceptions

exceptioncondition
ArgumentExceptionIf the pages being compared are of different sizes. If resultPdfPath is null or empty string.

See Also