EditContainer
Overview
EditContainer is a class in Aspose.PDF FOSS for .NET.
A single change found by the side-by-side comparison, bound to the page rectangles it covers.
Properties: Id, Operation, Rects.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | int | Read | The change’s number in the comparison, counting from one across both pages in diff order. |
Operation | DiffOperation | Read | The underlying text edit. |
Rects | List<Rectangle> | Read | Page-space rectangles covering the edited characters (one per text line). |