Dynamic Web TWAIN  - TWAIN ActiveX/Plug-in, Scanner COM Control
TWAIN ActiveX/Plug-in HTTP Control/SDK

OnPostAllTransfers

Description

Fired after all the transfers end.

Syntax

Object_OnPostAllTransfers()

Remarks

Multiple transfers may occur when ADF(Auto Document Feeder) is enabled or there are more than one frames in a page. In those cases, more than one OnPostTransfer Event will be fired, and only one OnPostAllTransfers Event will be fired.

See Also

OnPreAllTransfers Event, OnPreTransfer Event, OnPostTransfer Event, OnTransferCancelled Event, OnTransferError Event.

Sample

A JavaScript sample is provided.

<script language="javascript">

function OnPostAllTransfersFunction() {
  //add your code here. This code snippet will be executed after all images are scanned.
}

</script>

<script language=javascript for=DynamicWebTwain1 event=OnPostAllTransfers>
 
   OnPostAllTransfersFunction();
 
</script>


 

 

 

 













TWAIN ActiveX | TWAIN Plug-in | TWAIN Control | TWAIN SDK | Scanner COM
Software Configuration Management | Version Control | Source Control
Copyright © 2011 Dynamsoft Corporation. All Rights Reserved.