KioImagingDevice Object
Functions
| Type | Signature |
| int |
GetData(string deviceName = null)
Gets current device data for deviceName. |
| int |
GetStatus(string deviceName = null)
Gets general device status. |
| KioDeviceStatus |
GetStatusEx(string deviceName = null)
Gets general device status. |
| bool |
Acquire(string, SourceTypeFlags, DPI, int, int, int, int)
Starts a scanning operation. |
Page Callbacks
| Type | Signature |
| Callback |
OnDeviceData(string, DeviceData)
The command result callback function. |
Related Types
| Type | Signature |
| Class |
ScanResult
Provides information related to a completed scanning operation. |
| Enum |
SourceTypeFlags
Source component type flags for a scanning operation. |
| Enum |
DPI
The dots per inch for a scanning operation. |