Category » Dynamic Web TWAIN Events
There was 1 article found in this category:
How to detect whether the scanner has actually finished scanning?
You can use the OnPostAllTransfers event, which is trigged after all transfers end, to let your users know that scanning has finished. Code: <script language="javascript" type="text/javascript"> function btnScan_onclick() { frmScan.DynamicWebTwain1.SelectSource(); frmScan.Dynamic ...