IPXC_Document::DeferedTimeStamp Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Document::DeferedTimeStamp Method}} | {{#customTitle:IPXC_Document::DeferedTimeStamp Method}} | ||
{{#parentPage:PXV:IPXC_Document#Methods|DeferedTimeStamp|method}} | {{#parentPage:PXV:IPXC_Document#Methods|DeferedTimeStamp|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;sTSAServerURL | ;sTSAServerURL | ||
− | :[in] Value of LPWSTR. | + | :[in] Value of LPWSTR containing the server's URL. |
;sUser | ;sUser | ||
− | :[in] Value of LPWSTR. | + | :[in] Value of LPWSTR containg the server's login. |
;sPassword | ;sPassword | ||
− | :[in] Value of LPWSTR. | + | :[in] Value of LPWSTR containing the server's password. |
== Return Value == | == Return Value == |
Latest revision as of 06:21, 25 April 2016
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.