File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff 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- */
9690AcquireImage (
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
Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ interface TagInfo {
235235 name: string ;
236236 imageIds: number [];
237237}
238-
239238```
240239
241240** Availability**
You can’t perform that action at this time.
0 commit comments