ApplyChanges
Leave feedback
On this page
Accepts or rejects changes and applies them to resultant document.
public void ApplyChanges(string filePath, ApplyChangeOptions applyChangeOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Result file path |
| applyChangeOptions | ApplyChangeOptions | Apply change options |
Learn more
- More about how apply or reject detected differences between compared documents in a resultant document: How to apply or reject changes detected during document comparisonin C#
- class ApplyChangeOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Accepts or rejects changes and applies them to resultant document.
public void ApplyChanges(Stream stream, ApplyChangeOptions applyChangeOptions)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Result document |
| applyChangeOptions | ApplyChangeOptions | Apply change options |
Learn more
- More about how apply or reject detected differences between compared documents in a resultant document: How to apply or reject changes detected during document comparisonin C#
- class ApplyChangeOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Accepts or rejects changes and applies them to resultant document.
public void ApplyChanges(string filePath, SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Result file path |
| saveOptions | SaveOptions | Save options |
| applyChangeOptions | ApplyChangeOptions | Apply change options |
Learn more
- More about how apply or reject detected differences between compared documents in a resultant document: How to apply or reject changes detected during document comparisonin C#
- class SaveOptions
- class ApplyChangeOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Accepts or rejects changes and applies them to resultant document.
public void ApplyChanges(Stream stream, SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Result document |
| saveOptions | SaveOptions | Save options |
| applyChangeOptions | ApplyChangeOptions | Apply change options |
Learn more
- More about how apply or reject detected differences between compared documents in a resultant document: How to apply or reject changes detected during document comparisonin C#
- class SaveOptions
- class ApplyChangeOptions
- 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.