Метод Aspose::Pdf::Comparison::TextPdfComparer::ComparePages

TextPdfComparer::ComparePages method

Сравнивает страницы документов.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> Aspose::Pdf::Comparison::TextPdfComparer::ComparePages(const System::SharedPtr<Page> &page1, const System::SharedPtr<Page> &page2, const System::SharedPtr<ComparisonOptions> &options)
ПараметрТипОписание
page1const System::SharedPtr<Page>&Первая страница.
page2const System::SharedPtr<Page>&Вторая страница.
optionsconst System::SharedPtr<ComparisonOptions>&Сравнение параметры.

ReturnValue

Список изменений.

См. также