/
StopRead
StopRead
Declaration
Delphi
procedure StopRead(var PadID: PIDType; var TimeStamp : GMTStampType);
C/C++
SOPAD_API void SOPAD_stopRead(SOPAD_PIDType pPadID, SOPAD_GMTStampType* pTimeStamp);
ActiveX
HRESULT stopRead();
Description
This procedure closes the port to the pad. Also, for those pads that support this feature, it returns a globally unique identifier (which is not the same as the PadID used for decryption) and the time of the signature.
Arguments
PadID
Output parameter. Deivce id for pre-naturaSign pads with id (like +Pad).
TimeStamp
Output parameter. Device clock value.
Sample
C#
// Start signing Capturing = SigDev.startCapture("", true, true, true, true, ref padsetting); ... // Stop signing and Switch device to logo mode SigDev.stopRead();
, multiple selections available,
Related content
StartRead
StartRead
More like this
stopCapture
stopCapture
More like this
GetSignedDocHash
GetSignedDocHash
More like this
startCapture
startCapture
More like this
setPID
setPID
More like this
getPID
getPID
More like this