IDiffOptimizationOperation
Overview
IDiffOptimizationOperation is a interface in Aspose.PDF FOSS for .NET.
A post-processing pass that normalises a diff — a mutable list of DiffOperations — in place, preserving the source and destination texts while producing a cleaner or more canonical sequence of edits.
This interface provides 1 method for working with IDiffOptimizationOperation objects in .NET programs.
Available methods include: Execute.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Execute(diffs: List<DiffOperation>) | Rewrite diffs in place. |