Click or drag to resize

BeforeTwainDataTransferEventHandler Delegate

This event handler is used to provide information about the data that is about to be scanned.

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 BeforeTwainDataTransferEventHandler(
	Object sender,
	TwainDataImageInfoEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending this event. This may be a TwainController or Device object.
e
Type: Atalasoft.TwainTwainDataImageInfoEventArgs
The event args containing information on the image about to be scanned.
See Also