Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::get_FullChanges method

SideBySideDocsComparisonResult::get_FullChanges method

Get a complete list of changes to the pages of the document. Each index in the list represents the two pages of the document that are being compared, and the list of change operations represents the list of changes to those pages.

const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> & Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::get_FullChanges() const

Remarks

The list does not contain information about the position of changes on the pages but shows the full cross-pages changes.

See Also