GetChanges
Leave feedback
On this page
Gets list of changes between source and target file(s).
public ChangeInfo[] GetChanges()
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
- class ChangeInfo
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Gets list of changes between source and target file(s).
public ChangeInfo[] GetChanges(GetChangeOptions getChangeOptions)
| Parameter | Type | Description |
|---|---|---|
| getChangeOptions | GetChangeOptions | Get change options |
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
- class ChangeInfo
- class GetChangeOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Gets list of changes between source and target file(s).
public ChangeInfo[] GetChanges(ChangeType filter)
| Parameter | Type | Description |
|---|---|---|
| filter | ChangeType | Specifies change type |
- class ChangeInfo
- enum ChangeType
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.