Click or drag to resize

MemoryFileTransferEventHandler Delegate

This event handler is used in the TwainController and Acquisition objects to request a file format and Stream for saving the scanned image.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void MemoryFileTransferEventHandler(
	Object sender,
	MemoryFileTransferEventArgs e
)

Parameters

sender
Type: SystemObject
The TwainController sending this data.
e
Type: Atalasoft.TwainMemoryFileTransferEventArgs
A MemoryFileTransferEventArgs containing information for the scan.
See Also