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 cfb3ebd + 1bcdc2a commit 47b0824Copy full SHA for 47b0824
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