Метод Aspose::Pdf::Comparison::GraphicalPdfComparer::GetDifference

GraphicalPdfComparer::GetDifference method

Получает различия между изображениями страниц. Результат содержит изображение первой сравниваемой страницы и массив различий.

System::SharedPtr<ImagesDifference> Aspose::Pdf::Comparison::GraphicalPdfComparer::GetDifference(const System::SharedPtr<Page> &page1, const System::SharedPtr<Page> &page2)
ПараметрТипОписание
page1const System::SharedPtr<Page>&Первая страница.
page2const System::SharedPtr<Page>&Вторая страница.

ReturnValue

Экземпляр ImagesDifference.

См. также