This method enrolls a user’s fingerprint and saves it to a file. The user is guided by various dialogs. The first argument is the path, filename and .dat extension of the file to save as. The second argument is currently unused; please pass a 0.
RETURN: Integer.
0=save successful,
1=save unsuccessful,
2=user canceled
Example:
intVal = SigID1.ExportTempFile(“C:\somefolder\somefile.dat”, 0)
If intVal = 0 Then
‘saved to file successful
ElseIf intVal = 1 Then
‘timeout occured
ElseIf intVal = 2 Then
‘user canceled dialog
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