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