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(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>> diffs)
ParameterTypeDescription
diffsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>The list of changes.

ReturnValue

Original text.

See Also