Aspose::Pdf::Comparison::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::GraphicalPdfComparer::GetDifference(const System::SharedPtr<Page> &page1, const System::SharedPtr<Page> &page2)
ParameterTypeDescription
page1const System::SharedPtr<Page>&The first page.
page2const System::SharedPtr<Page>&The second page.

ReturnValue

The ImagesDifference instance.

See Also