Platforms to show: All Mac Windows Linux Cross-Platform

Back to ICScannerDeviceMBS class.

ICScannerDeviceMBS.availableFunctionalUnitTypes as Integer()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
An array of functional unit types available on this scanner device.

This is an array of numbers whose values are of type ICScannerFunctionalUnitType.

Some examples using this method:

ICScannerDeviceMBS.cancelScan

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Cancels the current scan operation started by sending a 'requestOverviewScan' or 'requestScan'.

Some examples using this method:

ICScannerDeviceMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The private constructor.

ICScannerDeviceMBS.requestOverviewScan

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Starts an overview scan on selectedFunctionalUnit.

When this request is completed, the delegate will be notified using the scannerDeviceDidCompleteOverviewScanWithError event. The content of error returned should be examined to determine if the request completed successfully.

Some examples using this method:

ICScannerDeviceMBS.requestScan

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Starts a scan on selectedFunctionalUnit.

When this request is completed, the delegate will be notified using the scannerDeviceDidCompleteScanWithError event. The content of error returned should be examined to determine if the request completed successfully.

Some examples using this method:

ICScannerDeviceMBS.requestSelectFunctionalUnit(type as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Requests the scanner device to select a functional unit.

When this request is completed, the delegate will be notified using the scannerDeviceDidSelectFunctionalUnit.

Some examples using this method:

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...