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 fe9bbd6 commit 1bcdc2aCopy full SHA for 1bcdc2a
info/api/Dynamsoft_WebTwainEnv.md
@@ -60,13 +60,9 @@ interface Dynamsoft.DWT {
60
GetWebTwain(ContainerId?: string): WebTwain;
61
GetWebTwainEx(WebTwainId: string): WebTwain;
62
Load(): void;
63
- Unload(): void;
64
- RemoveAllAuthorizations: function () {};
65
- OnWebTwainNotFound: function () {};
+ Unload(): void;
66
OnWebTwainPostExecute: function () {};
67
OnWebTwainPreExecute: function () {};
68
- OnWebTwainReady: function () {};
69
- OnWebTwainWillInit: function () {};
70
}
71
72
/**
0 commit comments