TextPdfComparer.AssemblySourcePageText

TextPdfComparer.AssemblySourcePageText method

Restores the original text from the list of changes.

public static string AssemblySourcePageText(List<DiffOperation> diffs)
ParameterTypeDescription
diffsList`1The list of changes.

Return Value

Original text.

See Also