Delegate ScanEventHandler
Delegate for handling Scan command
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public delegate void ScanEventHandler(object sender, ScanEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Instance of a TwainScanController |
ScanEventArgs | e | Scan information |