File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,13 @@ interface Dynamsoft.DWT {
6060 GetWebTwain(ContainerId ? : string ): WebTwain ;
6161 GetWebTwainEx(WebTwainId : string ): WebTwain ;
6262 Load(): void ;
63- Unload(): void ;
63+ Unload(): void ;
64+ RemoveAllAuthorizations: function () {};
65+ OnWebTwainNotFound : function () {};
6466 OnWebTwainPostExecute : function () {};
6567 OnWebTwainPreExecute : function () {};
68+ OnWebTwainReady : function () {};
69+ OnWebTwainWillInit : function () {};
6670}
6771
6872/**
Original file line number Diff line number Diff line change @@ -3932,9 +3932,9 @@ TransferMode: Dynamsoft.DWT.EnumDWT_TransferMode | number;
39323932<tr >
39333933<td align =" center " >v5.2+</td >
39343934<td align =" center " >v10.0+</td >
3935- <td align =" center " >not supported</td >
39363935<td align =" center " >v11.0+</td >
39373936<td align =" center " >not supported</td >
3937+ <td align =" center " >not supported</td >
39383938</tr >
39393939
39403940</table >
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ permalink: /info/api/
589589| [ ` GetConvertMode() ` ] ( {{site.info}}api/Addon_PDF.html#getconvertmode ) | [ ` IsModuleInstalled() ` ] ( {{site.info}}api/Addon_PDF.html#ismoduleinstalled ) | [ ` IsTextBasedPDF() ` ] ( {{site.info}}api/Addon_PDF.html#istextbasedpdf ) | [ ` SetConvertMode() ` ] ( {{site.info}}api/Addon_PDF.html#setconvertmode ) |
590590| [ ` SetPassword() ` ] ( {{site.info}}api/Addon_PDF.html#setpassword ) | [ ` SetResolution() ` ] ( {{site.info}}api/Addon_PDF.html#setresolution ) | [ ` Write.Setup() ` ] ( {{site.info}}api/Addon_PDF.html#writesetup ) |
591591
592- <!-- ### Camera
592+ ### Camera
593593
594594#### Methods
595595
@@ -598,7 +598,7 @@ permalink: /info/api/
598598| [ ` getSourceList() ` ] ( {{site.info}}api/Addon_Camera.html#getsourcelist ) | [ ` selectSource() ` ] ( {{site.info}}api/Addon_Camera.html#selectsource ) | [ ` getCurrentSource() ` ] ( {{site.info}}api/Addon_Camera.html#getcurrentsource ) | [ ` closeSource() ` ] ( {{site.info}}api/Addon_Camera.html#closesource ) |
599599| [ ` getResolution() ` ] ( {{site.info}}api/Addon_Camera.html#getresolution ) | [ ` setResolution() ` ] ( {{site.info}}api/Addon_Camera.html#setresolution ) | [ ` getCurrentResolution() ` ] ( {{site.info}}api/Addon_Camera.html#getcurrentresolution ) | [ ` play() ` ] ( {{site.info}}api/Addon_Camera.html#play ) |
600600| [ ` pause() ` ] ( {{site.info}}api/Addon_Camera.html#pause ) | [ ` resume() ` ] ( {{site.info}}api/Addon_Camera.html#resume ) | [ ` stop() ` ] ( {{site.info}}api/Addon_Camera.html#stop ) | [ ` getStatus() ` ] ( {{site.info}}api/Addon_Camera.html#getstatus ) |
601- |[`capture()`]({{site.info}}api/Addon_Camera.html#capture)| [`showVideo()`]({{site.info}}api/Addon_Camera.html#showvideo)| [`closeVideo()`]({{site.info}}api/Addon_Camera.html#closevideo)|[`scanDocument()`]({{site.info}}api/Addon_Camera.html#scandocument)| -->
601+ | [ ` capture() ` ] ( {{site.info}}api/Addon_Camera.html#capture ) | [ ` showVideo() ` ] ( {{site.info}}api/Addon_Camera.html#showvideo ) | [ ` closeVideo() ` ] ( {{site.info}}api/Addon_Camera.html#closevideo ) | [ ` scanDocument() ` ] ( {{site.info}}api/Addon_Camera.html#scandocument ) |
602602
603603### Webcam
604604
You can’t perform that action at this time.
0 commit comments