Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::SideBySideDocsComparisonResult конструктор

SideBySideDocsComparisonResult::SideBySideDocsComparisonResult constructor

Создает экземпляр класса SideBySideDocsComparisonResult.

Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::SideBySideDocsComparisonResult(bool hasChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>> &firstDocChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>> &secondDocChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> &fullChanges)
ПараметрТипОписание
hasChangesboolЗначение указывает, есть ли изменения между сравниваемыми документами.
firstDocChangesconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&Список изменений страниц первого документа.
secondDocChangesconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&Список изменений страниц второго документа.
fullChangesconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>&Список изменений страниц первого и второго документов.

См. также