Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::GetDifference method

GraphicalPdfComparer::GetDifference method

Gets differences between pages images. The result contains an image of the first page compared and an array of differences.

System::SharedPtr<ImagesDifference> Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::GetDifference(System::SharedPtr<Page> page1, System::SharedPtr<Page> page2)
ParameterTypeDescription
page1System::SharedPtr<Page>The first page.
page2System::SharedPtr<Page>The second page.

ReturnValue

The ImagesDifference instance.

See Also