Click or drag to resize

TwainDeviceEventEvent Property

The event that was raised.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DeviceEventFlags Event { get; }

Property Value

Type: DeviceEventFlags
Remarks
Use this property to determine which properties of the TwainDeviceEvent have been set. Some events do not set any properties, such as PaperJam, DeviceOffline, LampFailure and PaperDoubleFeed.
Examples
TwainDeviceEvent Class
See Also