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

OnPostTransfer

Description

Fired after a transfer ends.

Syntax

Object_OnPostTransfer()

Remarks

This is the place to check PendingXFERs property.

This is the place to read the properties of image information: ImageBitsPerPixel property, ImagePixelType property, ImageLength property, ImageWidth property, ImageXResolution property, ImageYResolution property, ImageLayoutDocumentNumber property, ImageLayoutFrameLeft property, ImageLayoutFrameTop property, ImageLayoutFrameRight property, ImageLayoutFrameBottom property, ImageLayoutPageNumber property, ImageLayoutFrameNumber property. 

This is also the place to call CancelAllPendingTransfers().

See Also

OnPreAllTransfers Event, OnPreTransfer Event, OnPostAllTransfers Event, OnTransferCancelled Event, OnTransferError Event.

Sample

A JavaScript sample is provided.

<script language="javascript">

function OnPostTransferFunction() {
  //add your code here. This code snippet will be executed after each image is scanned.
}

</script>

<script language=javascript for=DynamicWebTwain1 event=OnPostTransfer>
 
   OnPostTransferFunction();
 
</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.