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.
1 parent 5a59b03 commit 8598e47Copy full SHA for 8598e47
info/api/WebTwain_Viewer.md
@@ -70,7 +70,7 @@ Dynamsoft.DWT.CreateDWTObjectEx(
70
DWObject = obj;
71
template = DWObject.Viewer.getElementById("dwtcontrolContainer_temp3");
72
DWObject.Viewer.width=500;
73
- DWObject.Viewer.height=600;
+ DWObject.Viewer.height=600;
74
DWObject.Viewer.show();
75
},
76
function (errorCode, errorString) {
0 commit comments