Skip to content

Commit 3c5618e

Browse files
authored
Merge pull request #911 from dynamsoft-docs/preview
update to internal commit a44bb1c4
2 parents 52a686a + 54a8755 commit 3c5618e

File tree

3 files changed

+8
-59
lines changed

3 files changed

+8
-59
lines changed

_articles/extended-usage/restful-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The RESTful API simply returns scanned documents as streams of image files to th
1515

1616
Here is a collection of tutorials on creating sample applications that use the DWT RESTful API in various platforms and languages.
1717

18+
- [.NET](https://github.com/Dynamsoft/Dynamic-Web-TWAIN-REST-dotnet)
1819
- [Node.js](https://www.dynamsoft.com/codepool/rest-api-node-document-scanning.html)
1920
- [Flutter](https://www.dynamsoft.com/codepool/flutter-twain-scanner-digitize-document.html)
2021
- [Java](https://www.dynamsoft.com/codepool/java-twain-document-scanning.html)
2122
- [Python](https://www.dynamsoft.com/codepool/python-twain-wia-sane-document-scanner.html)
22-
- [.NET](https://www.dynamsoft.com/codepool/dotnet-twain-wia-sane-document-scanner.html)

_articles/indepth/development/restful.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

_articles/info/api/Dynamsoft_WebTwainEnv.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ Specify the class name of the DIV element that contains the loader bar. With thi
165165

166166
## CreateDWTObject()
167167

168-
Creates a new `WebTwain` instance that listens to the specified host & ports. An UI element specified by the parameter `ContainerId` which is typically a <div> is required. The library will generate UI and bind it to this element.
168+
Creates a new `WebTwain` instance that listens to the specified host and ports. This instance requires a UI element specified by the `ContainerId` attribute, typically a `<div>`. The DWT library will generate UI and bind it to this element.
169+
170+
> [!CAUTION]
171+
> Disable auto-loading a `WebTwain` instance when creating a `WebTwain` instance with `CreateDWTObject` by setting `Dynamsoft.DWT.AutoLoad = false` and `Dynamsoft.DWT.Containers = []` in the `dynamsoft.webtwain.config.js` file.
169172
170173
**Syntax**
171174

@@ -266,6 +269,9 @@ Dynamsoft.DWT.CreateDWTObject('dwtcontrolContainer',
266269

267270
Creates a new UI-less `WebTwain` instance. This instance will be uniquely identified by the parameter `WebTwainId`.
268271

272+
> [!CAUTION]
273+
> Disable auto-loading a `WebTwain` instance when creating a `WebTwain` instance with `CreateDWTObject` by setting `Dynamsoft.DWT.AutoLoad = false` and `Dynamsoft.DWT.Containers = []` in the `dynamsoft.webtwain.config.js` file.
274+
269275
**Syntax**
270276

271277
```typescript

0 commit comments

Comments
 (0)