Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets the download directory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The native path to the folder to store images. |
Returns OK or error.
Scan to desktop folder:
Set Variable [$r; Value:MBS( "IKScannerDevicePanel.SetDownloadsDirectory"; MBS("Folders.UserDesktop") )]
Scan to downloads folder:
MBS( "IKScannerDevicePanel.SetDownloadsDirectory"; "/Users/cs/Downloads" )
Scan to temporary folder:
Set Variable [$r; Value:MBS( "IKScannerDevicePanel.SetDownloadsDirectory"; MBS("Folders.UserTemporary") )]
This function is free to use.
Created 7th November 2016, last changed 31st October 2023
IKScannerDevicePanel.SetDocumentName - IKScannerDevicePanel.SetHeight