MergingOptimizer

MergingOptimizer

Overview

MergingOptimizer is a class in Aspose.PDF FOSS for .NET. Inherits from: IDiffOptimizationOperation.

Semantic clean-up pass: eliminates equalities that are no larger than the edits surrounding them (folding those short common runs back into the adjacent delete/insert), then re-merges the result into canonical form.

This class provides 2 methods for working with MergingOptimizer objects in .NET programs. Available methods include: Execute, MergingOptimizer. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
MergingOptimizer(order: EditOperationsOrder)Create the optimizer with the given delete/insert emission order.
Execute(diffs: List<DiffOperation>)Calls Execute(diffs) on this MergingOptimizer instance.

See Also

 English