Skip to content

Commit 2254d44

Browse files
committed
Update WebTwain_Util.md
1 parent dfefe11 commit 2254d44

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

info/api/WebTwain_Util.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,16 +234,6 @@ Generate a URL to be used by a FileUpoader instance to fetch the data to upload.
234234
**Syntax**
235235

236236
```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-
*/
247237
GenerateURLForUploadData(
248238
indices: number[],
249239
type: Dynamsoft.DWT.EnumDWT_ImageType | number,

0 commit comments

Comments
 (0)