Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Scan images from flatbet scanners on Windows.
See ImageCapture functions for MacOS or older TWAIN functions.
Version | macOS | Windows | Linux | Server | iOS SDK |
6.5 / 9.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Item | Details |
---|---|
WIA.ClearCurrentDevice Clears current device. | Win only 6.5 |
WIA.DeviceCount Queries number of devices. | Win only 6.5 |
WIA.DeviceProperties Queries the properties for the device as JSON. | Win only 8.3 |
WIA.DevicePropertyKeys Queries the property keys for the device. | Win only 6.5 |
WIA.DevicePropertyValue Queries a device property value. | Win only 6.5 |
WIA.GetCurrentDevice Queries ID of current device. | Win only 6.5 |
WIA.GetCurrentItem Queries name/ID of current item. | Win only 8.3 |
WIA.Image Queries native path to image file. | Win only 6.5 |
WIA.ImageCount Queries number of scanned images. | Win only 6.5 |
WIA.ImageDialog Offer dialog to user to acquire image. | Win only 6.5 |
WIA.Images Queries just of native path to image files. | Win only 9.1 |
WIA.Initialize Initializes WIA services. | Win only 6.5 |
WIA.ItemProperties Queries properties as JSON. | Win only 8.3 |
WIA.ItemPropertyKeys Queries list of properties. | Win only 6.5 |
WIA.ItemPropertyValue Queries an item property value. | Win only 6.5 |
WIA.ListItems Lists the items. | Win only 6.5 |
WIA.Scan Transfers data from the given item to the application. | Win only 6.5 |
WIA.SelectDeviceDialog Presents the device selection dialog. | Win only 6.5 |
WIA.SetCurrentDevice Sets the current device. | Win only 6.5 |
WIA.SetDevicePropertyValue Sets a device property value. | Win only 6.5 |
WIA.SetItemPropertyValue Sets a property of an item. | Win only 6.5 |
21 functions shown.
These functions require a license (62%).