The CalibrateSigString method requires a SigString argument (can be taken directly from a SigPlus object.) If the calibration is successful, the resultant calibrated SigString is placed directly into the SigString property of the SigCalibrate object, where it can be assigned back to a SigPlus object’s SigString property for viewing. CalibrateSigString will return a TRUE if successful, and a FALSE if the Calibration fails.
Example:
Dim strSigString As String
Dim strSigStringCal As String
Dim blnResult As Boolean
strSigString = SigPlus1.SigString
blnResult = SigCalibrate1.CalibrateSigString(strSigString)
If blnResult = True Then
strSigStringCal = SigCalibrate1.SigString
SigPlus1.SigString = strSigStringCal
Else
MsgBox “The calibration failed”
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