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 e34d9bd commit 141fa1fCopy full SHA for 141fa1f
info/api/Dynamsoft_WebTwainEnv.md
@@ -61,12 +61,8 @@ interface Dynamsoft.DWT {
61
GetWebTwainEx(WebTwainId: string): WebTwain;
62
Load(): void;
63
Unload(): void;
64
- RemoveAllAuthorizations: function () {};
65
- OnWebTwainNotFound: function () {};
66
OnWebTwainPostExecute: function () {};
67
OnWebTwainPreExecute: function () {};
68
- OnWebTwainReady: function () {};
69
- OnWebTwainWillInit: function () {};
70
}
71
72
/**
0 commit comments