Click or drag to resize

DeviceEventFlags Enumeration

A set of bit flags used to indicate which device events you want to receive.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum DeviceEventFlags
Members
  Member nameDescription
None Disable device events.
AutomaticCapture The automatic capture settings on the device have been changed by the user.
Battery The status of the battery has changed.
CheckDeviceOnline Indicates that a device has become unavailable.
CustomEvents Baseline for events specific to a given Source.
DeviceAdded The user has added a device (for instance a memory card in a digital camera).
DeviceOffline A device has become unavailable, but has not been removed.
DeviceReady The device is ready to capture an image.
DeviceRemoved The user has removed a device.
Flash The flash setting on the device has been changed by the user.
ImageCaptured The user has captured an image to the device s internal storage.
ImageDeleted The user has removed an image from the device s internal storage.
LampFailure The device s light source has failed.
PaperDoubleFeed Two or more sheets of paper have been fed together.
PaperJam The device s document feeder has jammed.
PowerSupply The power supply has been changed (for instance, the user may have just connected AC to a device that was running on battery power).
Resolution The x/y resolution setting on the device has been changed by the user.
PowerDown The device is about to power down to save energy.
PowerSaveNotify Indicates that the device has switched to a power save mode.
See Also