Skip to content

Commit fbfafbe

Browse files
committed
Update WebTwain_Viewer.md
1 parent ffd320b commit fbfafbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/WebTwain_Viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ var editorSettings = {
401401
y: "center",
402402
},
403403
};
404-
404+
//Create the editor
405405
var imageEditor = DWObject.Viewer.createImageEditor(editorSettings);
406406
imageEditor.show();
407407
```
@@ -508,7 +508,7 @@ var editorSettings = {
508508
},
509509
workMode:Dynamsoft.DWT.EnumDWT_WorkMode.balance,
510510
};
511-
511+
//Create the editor
512512
var imageEditor = DWObject.Viewer.createImageEditor(editorSettings);
513513
imageEditor.show();
514514
```

0 commit comments

Comments
 (0)