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: 2026.2.0.0.42 (.NET 4.6.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