GetChanges
Contents
[
Hide
]
GetChanges()
Gets list of changes between source and target file(s).
public ChangeInfo[] GetChanges()
Remarks
Learn more
- More about how to obtain collection of detected differences between compared documents in C#: How to get list of changes between documents in C#
- More about how to get changes coordinates at pages image preview when comparing documents using GroupDocs.Comparison for .NET: How to get changes coordinates programmatically
See Also
- class ChangeInfo
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
GetChanges(GetChangeOptions)
Gets list of changes between source and target file(s).
public ChangeInfo[] GetChanges(GetChangeOptions getChangeOptions)
Parameter | Type | Description |
---|---|---|
getChangeOptions | GetChangeOptions | Get change options |
Remarks
Learn more
- More about how to obtain collection of detected differences between compared documents in C#: How to get list of changes between documents in C#
- More about how to get changes coordinates at pages image preview when comparing documents using GroupDocs.Comparison for .NET: How to get changes coordinates programmatically
See Also
- class ChangeInfo
- class GetChangeOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison