This method captures the user’s fingerprint and compares it to a saved fingerprint template. It takes one argument, the path to the saved fingerprint file to use for comparison. The user is guided by automatic dialogs.
RETURN: Integer:
0=validation success,
1=validation fail,
2=user canceled
Example:
intRet = SigID1.ValidateTemplateFile(“C:\somefolder\somefile.dat”)
If intRet = 0 Then
‘MATCH SUCCESSFUL
ElseIf intRet = 1 Then
‘NO MATCH
ElseIf intRet = 2 Then
‘USER CANCELED DIALOG
Else
‘timeout occurred…this is any return >2
End If
_____________________________________________________________________
Copyright 1995 - 2005, Topaz Systems, Inc. All Rights Reserved
Topaz products are covered under US patents 5,120,908 5,122,623 6,307,955 - "Electronic Signature Management System", and patents pending
Topaz Systems, Inc., 650 Cochran Street, Unit 6, Simi Valley, CA, USA, 93065
Phone: 805 520-8282 Fax: 805 520-0867 www.topazsystems.com