ApplyChanges
Contents
 [
        
            Hide
        ]
    ApplyChanges(string, ApplyChangeOptions)
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 | 
Remarks
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#
 
See Also
- class ApplyChangeOptions
 - class Comparer
 - namespace GroupDocs.Comparison
 - assembly GroupDocs.Comparison
 
ApplyChanges(Stream, ApplyChangeOptions)
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 | 
Remarks
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#
 
See Also
- class ApplyChangeOptions
 - class Comparer
 - namespace GroupDocs.Comparison
 - assembly GroupDocs.Comparison
 
ApplyChanges(string, SaveOptions, ApplyChangeOptions)
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 | 
Remarks
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#
 
See Also
- class SaveOptions
 - class ApplyChangeOptions
 - class Comparer
 - namespace GroupDocs.Comparison
 - assembly GroupDocs.Comparison
 
ApplyChanges(Stream, SaveOptions, ApplyChangeOptions)
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 | 
Remarks
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#
 
See Also
- class SaveOptions
 - class ApplyChangeOptions
 - class Comparer
 - namespace GroupDocs.Comparison
 - assembly GroupDocs.Comparison