GetSigData
Declaration
Delphi
procedure GetSigData(SigNum: Integer; var Name, Reason, GMTStamp, SysTime: PAnsiChar; var PageNum, x1, y1, x2, y2: Integer); stdcall;
ActiveX
HRESULT _stdcall GetSigData([in] long SigNum, [in, out] BSTR* Name, [in, out] BSTR* Reason, [in, out] BSTR* GMTStamp, [in, out] BSTR* SysTime, [in, out] long* PageNum, [in, out] long* x1, [in, out] long* y1, [in, out] long* x2, [in, out] long* y2);
Description
This function returns the data saved with the signature.
Arguments
Argument | Description |
---|---|
SigNum | This is the number of the signature from which you want to get the data. |
Name | This is the name of the signer. |
Reason | The reason for signing. |
GMTStamp | This is the timestamp for GMT timezone (only available if the signature was captured with a pad with internal clock, e.g. Colour, Brilliance). |
sysTime | This is the computer system time for the moment, in which the signature was added to the document. |
PageNum | This is the page on which the signature was added. |
X1, Y1, X2, Y2 | These are the coordinates of a rectangle surrounding the signature on the page. |
Due to security reasons, you will of course get NO biodata from the signature! |
Â