Link Search Menu Expand Document

TextComparerGetChanges Method

Returns list of changes in the form convenient for further processing.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public List<TextComparerDiffPiece> GetChanges(
	TextComparerChangeType changesTypesToInclude
)

Parameters

changesTypesToInclude
Type: Bytescout.PDFExtractorTextComparerChangeType
Filter of changes.

Return Value

Type: ListTextComparerDiffPiece
List of TextComparerDiffPiece objects.
See Also

Reference