Occurs after all image are scanned.

Namespace: Dynamsoft.DotNet.TWAIN.Delegate
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public delegate void OnPostAllTransfersHandler()
Visual Basic
Public Delegate Sub OnPostAllTransfersHandler

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