Aspose::Pdf::Comparison::TextPdfComparer::AssemblyDestinationPageText method

TextPdfComparer::AssemblyDestinationPageText method

Restores changed text from the list of changes.

static System::String Aspose::Pdf::Comparison::TextPdfComparer::AssemblyDestinationPageText(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParameterTypeDescription
diffsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&The list of changes.

ReturnValue

Original text.

See Also