/
TimeCenterURL

TimeCenterURL

Declaration

ActiveX

HRESULT _stdcall TimeCenterURL([in] BSTR Param1);

Definition

This property is used to provide a time stamp server URL to get time stamp for your signature field.

Set this property to a valid adress before calling AddSignature to enable embedding the time stamp into the signature field and the time stamp value will be retrieved from the given URL. Setting this property to an empty string before adding a signature to the PDF will discard the time server usage and no time stamp will be embedded.


C# sample

TimeCenterURL
axSignAPIv4.TimeCenterURL = "http://stepoverinfo.net:88/tsa/";

 

 

 

Related content

AddSignatureField
AddSignatureField
More like this
AddSignature
AddSignature
More like this
b) ESign Input XML: Creating signature requests
b) ESign Input XML: Creating signature requests
More like this
AddSignatureImage
AddSignatureImage
More like this
SignAPI4
SignAPI4
More like this
GetSigData
GetSigData
More like this