ChangePosition Object (IChangePosition Interface)
Important! Document Comparison API is temporarily not supported. We are working on restoring it as soon as possible.
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
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| BlockNumber | int, read-only | Returns the index of the text block in the page layout. This property is used for the text changes only. |
| PageIndex | int, read-only | Returns the page index. |
| ParagraphIndex | int, read-only | Returns the index of the paragraph in the text block. This property is used for the text changes only. |
| SymbolIndex | int, read-only | Returns the index of the symbol in the text block. This property is used for the text changes only. |
Related objects

Samples
The object is used in the Document Comparison demo tool.
See also
Migration Guide from ScanDifFinder SDK to Document Comparison API
11/7/2025 12:48:30 PM