We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfefe11 commit 2254d44Copy full SHA for 2254d44
info/api/WebTwain_Util.md
@@ -234,16 +234,6 @@ Generate a URL to be used by a FileUpoader instance to fetch the data to upload.
234
**Syntax**
235
236
```typescript
237
-/**
238
- *
239
- * @param indices Specify the images to upload.
240
- * @param type Specify the file type.
241
- * @param successCallback A callback function that is executed if the request succeeds.
242
- * @param failureCallback A callback function that is executed if the request fails.
243
- * @argument resultURL The generated URL.
244
- * @argument indices The indices of the images.
245
- * @argument type The file type.
246
- */
247
GenerateURLForUploadData(
248
indices: number[],
249
type: Dynamsoft.DWT.EnumDWT_ImageType | number,
0 commit comments