Operation
Overview
Operation is a enum in Aspose.PDF FOSS for .NET.
The kind of edit a DiffOperation represents when diffing two texts: a run that is unchanged, deleted from the source, or inserted in the destination.
This enumeration defines 3 values: Equal, Delete, Insert.
Values
| Value | Description |
|---|---|
Equal | |
Delete | |
Insert |