The leading provider of version control solution and TWAIN SDK

View Articles by Category

  • Knowledgebase Home > Dynamic Web TWAIN > Develop with Dynamic Web TWAIN > Dynamic Web TWAIN Events  


  • There are no sub categories

    Category » Dynamic Web TWAIN Eventsrss button

    There was 1 article found in this category:

    1. questionHow 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 ...