Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
IKScannerDevicePanel.NextImage
Queries path of next image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "IKScannerDevicePanel.NextImage" )
Parameters
none
Result
Returns path or error.
Description
Queries path of next image.You can use Container.ReadFile to read file and store it to a container.
Either you use the trigger and process each image there or you can call later IKScannerDevicePanel.ImageCount and IKScannerDevicePanel.NextImage to get the images.
This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
See also
- Container.ReadFile
- IKScannerDevicePanel.ClearImage
- IKScannerDevicePanel.GetMode
- IKScannerDevicePanel.GetWidth
- IKScannerDevicePanel.SetCombine
- IKScannerDevicePanel.SetHeight
- IKScannerDevicePanel.SetMode
- IKScannerDevicePanel.SetTrigger
- IKScannerDevicePanel.SetWidth
- IKScannerDevicePanel.Visible
This function checks for a license.
Created 7th November 2016, last changed 31st October 2023
IKScannerDevicePanel.ImageCount - IKScannerDevicePanel.Reset