TextComparerGetChanges Method
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Returns list of changes in the form convenient for further processing.
Namespace:Bytescout.PDFExtractorAssembly: 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: ListTextComparerDiffPieceList of TextComparerDiffPiece objects.
See Also