Skip to content

Commit b374932

Browse files
authored
Update initialize.md
1 parent ffac988 commit b374932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

indepth/features/initialize.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CreateDWTObject(
103103
): void;
104104
```
105105

106-
The following would be equivalent to using [Load](#dynamsoftwebtwainenvload) with the configuration `Dynamsoft.DWT.Containers = [{ContainerId: 'dwtcontrolContainer', Width: '585px', Height: '513px'}`
106+
The following would be equivalent to using [Load](#dynamsoftdwtload) with the configuration `Dynamsoft.DWT.Containers = [{ContainerId: 'dwtcontrolContainer', Width: '585px', Height: '513px'}`
107107

108108
``` javascript
109109
Dynamsoft.DWT.CreateDWTObject(
@@ -118,7 +118,7 @@ Dynamsoft.DWT.CreateDWTObject(
118118
);
119119
```
120120

121-
The method can also do something that [Load](#dynamsoftwebtwainenvload) can't. The following code creates a `WebTwain` instance that connects to the Dynamsoft Service running on another machine. Check out [how to enable remote scan]({{site.indepth}}faq/how-to-enable-remote-scan.html).
121+
The method can also do something that [Load](#dynamsoftdwtload) can't. The following code creates a `WebTwain` instance that connects to the Dynamsoft Service running on another machine. Check out [how to enable remote scan]({{site.indepth}}faq/how-to-enable-remote-scan.html).
122122

123123
### [`Dynamsoft.DWT.CreateDWTObjectEx()`]({{site.info}}api/Dynamsoft_WebTwainEnv.html#createdwtobjectex)
124124

@@ -151,7 +151,7 @@ interface DWTInitialConfig {
151151

152152
Compared with [`CreateDWTObject`](#dynamsoftwebtwainenvcreatedwtobject), `CreateDWTObjectEx` requires a `WebTwainId` instead of a `ContainerId`.
153153

154-
The following would be equivalent to using [Load](#dynamsoftwebtwainenvload) with the configuration `Dynamsoft.DWT.Containers = [{ContainerId: 'dwtcontrolContainer', Width: '585px', Height: '513px'}`
154+
The following would be equivalent to using [Load](#dynamsoftdwtload) with the configuration `Dynamsoft.DWT.Containers = [{ContainerId: 'dwtcontrolContainer', Width: '585px', Height: '513px'}`
155155

156156
The created instance doesn't have a built-in viewer. You can instead use the method [`bind()`]({{site.info}}api/WebTwain_Viewer.html#bind) to add a viewer.
157157

0 commit comments

Comments
 (0)