Skip to content

Commit ac92c7a

Browse files
authored
Merge pull request #590 from ztyyLV/Jackson-branch
update
2 parents fa731f1 + 0f630de commit ac92c7a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

info/api/WebTwain_Acquire.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,11 @@ permalink: /info/api/WebTwain_Acquire.html
8282

8383
## AcquireImage
8484

85+
Start image acquisition.
86+
8587
**Syntax**
8688

8789
```typescript
88-
/**
89-
* Start image acquisition.
90-
* @param deviceConfiguration Configuration for the acquisition.
91-
* @param successCallback A callback function that is executed if the request succeeds.
92-
* @param failureCallback A callback function that is executed if the request fails.
93-
* @argument errorCode The error code.
94-
* @argument errorString The error string.
95-
*/
9690
AcquireImage(
9791
deviceConfiguration?: DeviceConfiguration
9892
): void;
@@ -131,10 +125,20 @@ interface DeviceConfiguration {
131125
SelectSourceByIndex?: number; //Specify a source by its index.
132126
IfCloseSourceAfterAcquire?: boolean; //Whether to close the data source after aquisition. Default: false.
133127
}
134-
}
135128
```
136129

130+
**Parameters**
131+
132+
`deviceConfiguration`: Configuration for the acquisition.
133+
134+
`successCallback`: A callback function that is executed if the request succeeds.
135+
136+
`failureCallback`: A callback function that is executed if the request fails.
137+
- `errorCode`: The error code.
138+
- `errorString`: The error string.
139+
137140
**Availability**
141+
138142
<div class="availability">
139143
<table>
140144

info/api/WebTwain_Buffer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ interface TagInfo {
235235
name: string;
236236
imageIds: number[];
237237
}
238-
239238
```
240239

241240
**Availability**

0 commit comments

Comments
 (0)