Biometrics.SensorColor Property
2/27/2008
Gets or sets which image capture mode will be applied to new biometrics data.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property SensorColor As SensorColor
public abstract SensorColor SensorColor { get; set; }
public:
virtual property SensorColor SensorColor {
SensorColor get () abstract;
void set (SensorColor value) abstract;
}
/** @property */
public abstract SensorColor get_SensorColor ()
/** @property */
public abstract void set_SensorColor (SensorColor value)
public abstract function get SensorColor () : SensorColor
public abstract function set SensorColor (value : SensorColor)
Remarks
This property is used to select the image capture mode for later biometric capture operations. Certain SensorType devices may not be compatible with the full range of colors. Changing the SensorColor property does not affect any stored data currently residing in the RawSensorData property or BiometricsInformationRecord property.
It may contain one of the following values, which is defined in the SensorColor enumeration.
Value |
Meaning |
Mono |
Bi-tonal (B/W) |
Grayscale |
Grayscale |
Color16 |
16 Colors |
Color256 |
256 Colors |
Full |
Full Colors |
This property is initialized by the Open method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
Biometrics.CapSensorColor Property
Biometrics.RawSensorData Property
SensorType
Biometrics.BiometricsInformationRecord Property
SensorColor