SideBySideDocsComparisonResult

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

NameTypeAccessDescription
HasChangesboolReadTrue when any page pair differs.
FirstDocChangesList<List<EditContainer>>ReadPer page: the first document’s change highlights.
SecondDocChangesList<List<EditContainer>>ReadPer page: the second document’s change highlights.
FullChangesList<List<Diff.DiffOperation>>ReadPer page: the full normalized edit list.

Methods

SignatureDescription
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.