SideBySideComparisonOptions
Overview
SideBySideComparisonOptions is a class in Aspose.PDF FOSS for .NET.
Options for SideBySidePdfComparer: whitespace handling, comparison/exclusion areas and the marker colours used in the output document.
Properties: AdditionalChangeMarks, ComparisonArea1, ComparisonArea2, ComparisonMode, DeleteColor, ExcludeAreas1, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ComparisonMode | ComparisonMode | Read/Write | Whitespace handling for the text comparison. |
AdditionalChangeMarks | bool | Read/Write | When true, each page also marks the POSITION of the counterpart’s change (a thin caret where the other document inserted or deleted text). |
ExcludeTables | bool | Read/Write | When true, text inside detected tables is excluded from the comparison. |
ComparisonArea1 | Rectangle? | Read/Write | Restrict the comparison on the first page/document to this area (null compares the whole page). |
ComparisonArea2 | Rectangle? | Read/Write | Restrict the comparison on the second page/document to this area (null compares the whole page). |
ExcludeAreas1 | Rectangle[]? | Read/Write | Areas on the first page/document whose text is ignored. |
ExcludeAreas2 | Rectangle[]? | Read/Write | Areas on the second page/document whose text is ignored. |
DeleteColor | Color | Read/Write | Marker colour for deleted text (left side). |
InsertColor | Color | Read/Write | Marker colour for inserted text (right side). |