OperationsMerger
Overview
OperationsMerger is a class in Aspose.PDF FOSS for .NET.
Inherits from: IDiffOptimizationOperation.
Merges a diff into its canonical minimal form: coalesces adjacent runs of the same operation, and for a mixed delete/insert run factors any common prefix into the preceding equality and any common suffix into the following equality.
This class provides 2 methods for working with OperationsMerger objects in .NET programs.
Available methods include: Execute, OperationsMerger.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
OperationsMerger(order: EditOperationsOrder) | Create the merger with the given delete/insert emission order. |
Execute(diffs: List<DiffOperation>) | Calls Execute(diffs) on this OperationsMerger instance. |