Biometrics.CapSensorColor Property
2/27/2008
Gets a value or combination of values that indicates whether the biometrics device supports image formats other than bi-tonal.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapSensorColor As CapSensorColors
public abstract CapSensorColors CapSensorColor { get; }
public:
virtual property CapSensorColors CapSensorColor {
CapSensorColors get () abstract;
}
/** @property */
public abstract CapSensorColors get_CapSensorColor ()
public abstract function get CapSensorColor () : CapSensorColors
Remarks
This capability indicates if this device supports image formats other than bi-tonal. CapSensorColor is a logical OR combination of any of the following values.
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
SensorColor
CapSensorColors