Skip to content

Commit 37f69f7

Browse files
committed
Update WebTwain_Buffer.md
1 parent a75a132 commit 37f69f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

info/api/WebTwain_Buffer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,14 +2451,13 @@ Get the list of all documents and their information.
24512451

24522452
**Syntax**
24532453

2454-
<div class="sample-code-prefix template2"></div>
24552454
>- v17.3
24562455
>- v17.2.5
24572456
>
24582457
>
24592458
```javascript
24602459
GetDocumentInfoList(): DocumentInfo[];
2461-
2460+
>
24622461
interface DocumentInfo {
24632462
name: string;
24642463
imageIds: number[];

0 commit comments

Comments
 (0)