FpsApi: ResetFingerList

ResetFingerList

Clears the internal finger image structures of the control.

 Public Function ResetFingerList ( ) As Boolean

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function ResetFingerList() As Boolean

[Delphi] function ResetFingerList: Boolean;

[C++] bool ResetFingerList();

Remarks

It is NOT called automatically. Without calling this method the earlier scanned finger images are not deleted just replaced by quality update. Call this function to initiate a new finger scan process.

See Also

Class FpsApi Overview FpsApi Properties FpsApi Methods ReadUData RuntimeConfig