Click or drag to resize

TwainControllerMemoryDataTransfer Event

This event is raised during a memory transfer to allow developers to handle processing the data instead of DotTwain.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event MemoryDataTransferEventHandler MemoryDataTransfer

Value

Type: Atalasoft.TwainMemoryDataTransferEventHandler
Remarks
If the data is being handled, the DataHandled property must be set to true.
See Also