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.
2 parents c5c682e + 141fa1f commit ef841ceCopy full SHA for ef841ce
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