.SigString

String property. Read-only. The SigString property is set when the CalibrateSigString method is invoked successfully, and a calibrated SigString is created. (See CalibrateSigString.) The calibrated SigString can then be assigned to a SigPlus object for viewing the signature/drawing.

 

DEFAULT: (The empty SigString):

"300D0A300D0A00000000000000000000000000000000000000000000000000000000000000000000"

 

Example:

 

Dim strSigString As String

Dim blnSigCal As Boolean

blnSigCal = SigCalibrate1.CalibrateSigString

If blnSigCal = True Then

   SigPlus1.SigString = SigCalibrate1.SigString

Else

      MsgBox “Cannot create calibrated SigString”

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