Skip to content

Commit b1dec2e

Browse files
committed
fix sth
1 parent bcc6b5e commit b1dec2e

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
@@ -1341,7 +1341,7 @@ ConvertToBlob(
13411341

13421342
**Usage notes**
13431343

1344-
`getData()` returns the pure base64 string without the data URI scheme. For example, "/9j/4AAQSkZJRgABA...". If you want to use the string, you probably need to add the scheme. For example, "data:image/png; base64, /9j/4AAQSkZJRgABA...".
1344+
`getData()` returns the blob string without the data URI scheme. For example, "/9j/4AAQSkZJRgABA...". If you want to use the string, you probably need to add the scheme. For example, "data:image/png; base64, /9j/4AAQSkZJRgABA...".
13451345

13461346
**Example**
13471347

0 commit comments

Comments
 (0)