SetSignProcessInfo
Security and Signatures
Description
Sets the signing infomation for a digital signature process.
This information includes the reason for signing, the location and contact info. The supplied details will be displayed by the PDF viewer when the signature has been validated.
Syntax
Delphi
function TPDFlib.SetSignProcessInfo(SignProcessID: Integer; Const Reason, Location, ContactInfo: WideString): Integer;ActiveX
Function PDFlib::SetSignProcessInfo(SignProcessID As Long, Reason As String, Location As String, ContactInfo As String) As LongDLL
int DLSetSignProcessInfo(int InstanceID, int SignProcessID, wchar_t * Reason, wchar_t * Location, wchar_t * ContactInfo);Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|---|
| Reason | The reason for signing |
| Location | The location that the signing was done |
| ContactInfo | The contact information of the signer |