This method compares a page from the original document with its copy. Both pages should already have been recognized using, for example, the ProcessPages method of the FRDocument object (or another method that performs document synthesis).This method returns the ComparisonResult object that contains all the changes made to the page.
RefPage[in] Refers to the FRPage object that contains the original page to be compared. This parameter must not be NULL.UserPage[in] Refers to the FRPage object that contains the page copy to be compared. This parameter must not be NULL.Result[out, retval] A pointer to IComparisonResult* pointer variable that receives the interface pointer of the output ComparisonResult object.