Skip to content

Commit 1f3bde6

Browse files
authored
Merge pull request #703 from dynamsoft-docs/kyle-ds-patch-2
Update WebTwain_Buffer.md
2 parents 0875921 + 0c8e0ca commit 1f3bde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/WebTwain_Buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ RemoveTag(tagName: string, indices?: number[]):boolean
190190

191191
**Parameters**
192192

193-
`tagName`: Specify the new tag name.
193+
`tagName`: Specify the tag to be removed.
194194

195195
`indices`: Specify the index.
196196

@@ -220,7 +220,7 @@ RemoveTag(tagName: string, indices?: number[]):boolean
220220

221221
**Usage Notes**
222222

223-
If the index is null, it will remove the tag you specified. If the index is not null, it will remove the specified tag on the image you selected.
223+
If the index is not specified, the tag will be removed from _all images_. If the index is specified, the tag will be removed from the specified image(s).
224224

225225
---
226226

0 commit comments

Comments
 (0)