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.
2 parents 0bd47b5 + ffb248e commit ca216c9Copy full SHA for ca216c9
info/api/interfaces.md
@@ -26,13 +26,9 @@ needGenerateH3Content: true
26
interface DWTInitialConfig {
27
WebTwainId: string;
28
Host ? : string; // Default value: "127.0.0.1"
29
- Port ? : string | number; // Default value: 18622
30
- PortSSL ? : string | number; // Default value: 18623
31
}
32
```
33
34
-- `Host`, `Port`, `PortSSL`: These three optional parameters must be set at the same time.
35
-
36
### Container
37
38
**Syntax**
0 commit comments