Skip to content

Commit 6184836

Browse files
authored
Update WebTwain_IO.md
Updated the description of SetTiffCustomTag
1 parent c1fb512 commit 6184836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/api/WebTwain_IO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ ClearTiffCustomTag(): boolean;
15951595

15961596
``` javascript
15971597
/**
1598-
* Clear the content of all custom tiff tags.
1598+
* Sets a custom tiff tag (up to 32 tags). The string to be set in a tag can be base64 encoded.
15991599
* @param id The id of the custom tag.
16001600
* @param content The content of the tag.
16011601
* @param useBase64Encoding Whether the content is encoded.

0 commit comments

Comments
 (0)