Biometrics.SensorOrientation Property
2/27/2008
Gets or sets the requested orientation adjustment to the received sensor data before BiometricsInformationRecord creation.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property SensorOrientation As SensorOrientation
public abstract SensorOrientation SensorOrientation { get; set; }
public:
virtual property SensorOrientation SensorOrientation {
SensorOrientation get () abstract;
void set (SensorOrientation value) abstract;
}
/** @property */
public abstract SensorOrientation get_SensorOrientation ()
/** @property */
public abstract void set_SensorOrientation (SensorOrientation value)
public abstract function get SensorOrientation () : SensorOrientation
public abstract function set SensorOrientation (value : SensorOrientation)
Remarks
Holds the requested orientation adjustment to the received sensor data before BiometricsInformationRecord creation.
Value |
Meaning |
Normal |
0° |
Right |
90° |
Inverted |
180° |
Left |
270° |
Valid sensor orientation values are defined in the SensorOrientation enumeration.
This property can be updated when the device is opened and claimed, but not when the device is enabled.
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.CapSensorOrientation Property
SensorOrientation