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/";