TextComparerGetChanges Method ByteScout PDF Extractor SDK
Returns list of changes in the form convenient for further processing.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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