Skip to main content
This object represents the place in the document where a change begins or ends. For a text change, you can get the exact symbol in the text where the change begins or ends. Properties
NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
BlockNumberint, read-onlyReturns the index of the text block in the page layout. This property is used for the text changes only.
PageIndexint, read-onlyReturns the page index.
ParagraphIndexint, read-onlyReturns the index of the paragraph in the text block. This property is used for the text changes only.
SymbolIndexint, read-onlyReturns the index of the symbol in the text block. This property is used for the text changes only.
ChangePosition Object Diagram

Samples

The object is used in the Document Comparison demo tool for Windows and the Document Comparison code sample for Linux and Mac.

See also

ChangeLocation Working with Properties Migration Guide from ScanDifFinder SDK to Document Comparison API