How can I clear and reset SigPlus, if I already have bound a signature, to be ready to capture and bind a new signature?
In order to successfully clear and reset SigPlus so it is ready to capture and bind a new signature, when it has already been used to capture and bind a signature using the AutoKey methods, and setting the EncryptionMode property > 0, use the following code: SigPlus1.ClearTablet SigPlus1.KeyString = “0000000000000000” SigPlus1.SigCompressionMode = 0 SigPlus1.EncryptionMode = 0 SigPlus.TabletState = 1 ‘SigPlus is now clear and reset…ready to capture and bind a new signature