IPXC_Document::DeferedTimeStamp Method

From PDF XChange PDF SDK
Revision as of 07:21, 25 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Adds time stamp signature from the given time stamp server. Note that the time stamp will be applied only after the document was saved.

Syntax

HRESULT DeferedTimeStamp([in]  LPWSTR  sTSAServerURL,
                         [in]  LPWSTR  sUser,
                         [in]  LPWSTR  sPassword);

Parameters

sTSAServerURL
[in] Value of LPWSTR containing the server's URL.
sUser
[in] Value of LPWSTR containg the server's login.
sPassword
[in] Value of LPWSTR containing the server's password.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Document