Метод 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)
| Параметр | Тип | Описание |
|---|---|---|
| page1 | const System::SharedPtr<Page>& | Первая страница. |
| page2 | const System::SharedPtr<Page>& | Вторая страница. |
ReturnValue
Экземпляр ImagesDifference.
См. также
- Typedef SharedPtr
- Class ImagesDifference
- Class Page
- Class GraphicalPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++