SideBySideDocsComparisonResult
Overview
SideBySideDocsComparisonResult is a class in Aspose.PDF FOSS for .NET.
Result of a document-level side-by-side comparison: per-page change lists plus the full per-page edit sequences.
This class provides 1 method for working with SideBySideDocsComparisonResult objects in .NET programs.
Available methods include: SideBySideDocsComparisonResult.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: FirstDocChanges, FullChanges, HasChanges, SecondDocChanges.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HasChanges | bool | Read | True when any page pair differs. |
FirstDocChanges | List<List<EditContainer>> | Read | Per page: the first document’s change highlights. |
SecondDocChanges | List<List<EditContainer>> | Read | Per page: the second document’s change highlights. |
FullChanges | List<List<Diff.DiffOperation>> | Read | Per page: the full normalized edit list. |
Methods
| Signature | Description |
|---|---|
SideBySideDocsComparisonResult(hasChanges: bool, firstDocChanges: List<List<EditContainer>>, secondDocChanges: List<List<EditContainer>>, fullChanges: List<List<Diff.DiffOperation>>) | Calls SideBySideDocsComparisonResult(hasChanges, firstDocChanges, secondDocChanges, fullChanges) on this SideBySideDocsComparisonResult instance. |