SideBySidePagesComparisonResult
Overview
SideBySidePagesComparisonResult is a class in Aspose.PDF FOSS for .NET.
Result of a page-level side-by-side comparison.
This class provides 1 method for working with SideBySidePagesComparisonResult objects in .NET programs.
Available methods include: SideBySidePagesComparisonResult.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: FirstPageChanges, FullChanges, HasChanges, SecondPageChanges.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HasChanges | bool | Read | True when the pages differ. |
FirstPageChanges | List<EditContainer> | Read | The first page’s change highlights. |
SecondPageChanges | List<EditContainer> | Read | The second page’s change highlights. |
FullChanges | List<Diff.DiffOperation> | Read | The full normalized edit list. |
Methods
| Signature | Description |
|---|---|
SideBySidePagesComparisonResult(hasChanges: bool, firstPageChanges: List<EditContainer>, secondPageChanges: List<EditContainer>, fullChanges: List<Diff.DiffOperation>) | Calls SideBySidePagesComparisonResult(hasChanges, firstPageChanges, secondPageChanges, fullChanges) on this SideBySidePagesComparisonResult instance. |