Finger Property

SourceAFIS

Position of the finger on hand.

Namespace:  SourceAFIS.Simple
Assembly:  SourceAFIS (in SourceAFIS.dll)

Syntax

Visual Basic (Declaration)
Public Property Finger As Finger
	Get
	Set
C#
public Finger Finger { get; set; }
Visual C++
public:
property Finger Finger {
	Finger get ();
	void set (Finger value);
}
JavaScript
function get_finger();
function set_finger(value);

Field Value

Finger (thumb to little) and hand (right or left) that was used to create this fingerprint. Default value Any means unspecified finger position.

Remarks

Finger position is used to speed up matching by skipping fingerprint pairs with incompatible finger positions. Check Finger enumeration for information on how to control this process. Default value Any disables this behavior.

See Also