Aspose::Pdf::Comparison::SideBySidePagesComparisonResult::get_FullChanges method

SideBySidePagesComparisonResult::get_FullChanges method

Get a complete list of changes of the pages.

const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> & Aspose::Pdf::Comparison::SideBySidePagesComparisonResult::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