Skip to content

Commit ff049db

Browse files
author
yevgen-nykytenko
committed
Update content 2025-08-29 05:55:09
1 parent 0962440 commit ff049db

File tree

1 file changed

+4
-4
lines changed
  • english/net/groupdocs.comparison/comparer/applychanges

1 file changed

+4
-4
lines changed

english/net/groupdocs.comparison/comparer/applychanges/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ public void ApplyChanges(string filePath, ApplyChangeOptions applyChangeOptions)
3939
Accepts or rejects changes and applies them to resultant document.
4040

4141
```csharp
42-
public void ApplyChanges(Stream document, ApplyChangeOptions applyChangeOptions)
42+
public void ApplyChanges(Stream stream, ApplyChangeOptions applyChangeOptions)
4343
```
4444

4545
| Parameter | Type | Description |
4646
| --- | --- | --- |
47-
| document | Stream | Result document |
47+
| stream | Stream | Result document |
4848
| applyChangeOptions | ApplyChangeOptions | Apply change options |
4949

5050
### Remarks
@@ -98,13 +98,13 @@ public void ApplyChanges(string filePath, SaveOptions saveOptions,
9898
Accepts or rejects changes and applies them to resultant document.
9999

100100
```csharp
101-
public void ApplyChanges(Stream document, SaveOptions saveOptions,
101+
public void ApplyChanges(Stream stream, SaveOptions saveOptions,
102102
ApplyChangeOptions applyChangeOptions)
103103
```
104104

105105
| Parameter | Type | Description |
106106
| --- | --- | --- |
107-
| document | Stream | Result document |
107+
| stream | Stream | Result document |
108108
| saveOptions | SaveOptions | Save options |
109109
| applyChangeOptions | ApplyChangeOptions | Apply change options |
110110

0 commit comments

Comments
 (0)