ChangePosition Object (IChangePosition Interface)
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
17.09.2024 15:14:41