Fired after all the transfers end.
Object_OnPostAllTransfers()
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.
OnPreAllTransfers Event, OnPreTransfer Event, OnPostTransfer Event, OnTransferCancelled Event, OnTransferError Event.
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.