This method creates a bitmap image of a fingerprint at the location specified through its argument, the path to a file. The user is guided by automatic dialogs. It takes a string argument, the path to the file you wish to save to.
RETURN: integer
0=Success
1=Unhandled Exception
2=User closed dialog window (pressed the ‘X’)
3=Poor image captured; image cannot be created
Example:
Dim intRetVal As Integer
SigID1.BmpResolution 1
intRetVal = SigID1.WriteBmp(“C:\myimage.bmp”)
If intRetVal = 0 Then
'saved to file ok
ElseIf intRetVal = 1 Then
'unhandled exception
ElseIf intRetVal = 2 Then
MsgBox "You Pressed 'X'", vbOKOnly + vbExclamation, "User Canceled"
ElseIf intRetVal = 3 Then
MsgBox "Be sure to press finger firmly on the fingerprint scanner", vbOKOnly +
vbExclamation, "Poor Image Collected"
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