Biometrics.CapSensorOrientation Property
2/27/2008
Gets a value that indicates whether the sensor image should be rotated before processing, and to what degree.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapSensorOrientation As CapSensorOrientations
public abstract CapSensorOrientations CapSensorOrientation { get; }
public:
virtual property CapSensorOrientations CapSensorOrientation {
CapSensorOrientations get () abstract;
}
/** @property */
public abstract CapSensorOrientations get_CapSensorOrientation ()
public abstract function get CapSensorOrientation () : CapSensorOrientations
Remarks
This capability indicates the ability of the sensor image to be rotated before processing. CapSensorOrientation is a logical OR combination of any of the following values.
Value |
Meaning |
Normal |
0° |
Right |
90° |
Inverted |
180° |
Left |
270° |
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
SensorOrientation
CapSensorOrientations