Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ImageCapture.GetFeatureValue

Queries scanner vendor feature value.

Component Version macOS Windows Linux Server iOS SDK
ImageCapture 6.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ImageCapture.GetFeatureValue"; FeatureName; Selector )   More

Parameters

Parameter Description Example
FeatureName The name of the feature. $name
Selector What value to query. "value"

Result

Returns value or error.

Description

Queries scanner vendor feature value.

SelectorDescriptionValue
typeThe type of feature. Can be Enumeration, Range, Boolean or Template.„Boolean“
internalNameThe internal name of this feature.
humanReadableNameThe human readable name of this feature.
tooltipTooltip text describing the feature.
valueThe value of this feature. (boolean values)
currentValueThe current value. Attempting to set the current value to a value that is not coincident with a step will result in a value corresponding to the nearest step being assigned to the current value.
defaultValueThe default value. Attempting to set the default value to a value that is not coincident with a step will result in a value corresponding to the nearest step being assigned to the default value.
minValueThe minimum value.0
maxValueThe maximum value.100
stepSizeThe step size.5
menuItemLabelsThe human readable menu item labels to be used in a menu to allow the user to select the current value from an array of possible values. (enumeration)
menuItemLabelsTooltipsTooltip text associated with the menu items. (enumeration)
valuesAn array of possible values. All items in this array must be of same type. (enumeration)

See also

This function checks for a license.

Created 11st September 2016, last changed 4th June 2018


ImageCapture.Features - ImageCapture.GetFeatures