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 Long

DLL

int DLSetSignProcessInfo(int InstanceID, int SignProcessID, wchar_t * Reason, wchar_t * Location, wchar_t * ContactInfo);

Parameters

SignProcessIDA value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions.
ReasonThe reason for signing
LocationThe location that the signing was done
ContactInfoThe contact information of the signer