SideBySidePagesComparisonResult

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

NameTypeAccessDescription
HasChangesboolReadTrue when the pages differ.
FirstPageChangesList<EditContainer>ReadThe first page’s change highlights.
SecondPageChangesList<EditContainer>ReadThe second page’s change highlights.
FullChangesList<Diff.DiffOperation>ReadThe full normalized edit list.

Methods

SignatureDescription
SideBySidePagesComparisonResult(hasChanges: bool, firstPageChanges: List<EditContainer>, secondPageChanges: List<EditContainer>, fullChanges: List<Diff.DiffOperation>)Calls SideBySidePagesComparisonResult(hasChanges, firstPageChanges, secondPageChanges, fullChanges) on this SideBySidePagesComparisonResult instance.