IPXC_DocumentInfo::SetModificationDate Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_DocumentInfo::SetModificationDate Method}} | {{#customTitle:IPXC_DocumentInfo::SetModificationDate Method}} | ||
{{#parentPage:PXV:IPXC_DocumentInfo#Methods|SetModificationDate|method}} | {{#parentPage:PXV:IPXC_DocumentInfo#Methods|SetModificationDate|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nDate | ;nDate | ||
− | :[in] Value of DATE. | + | :[in] Value of DATE containing the document's modification date. |
== Return Value == | == Return Value == |
Revision as of 00:45, 16 March 2016
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetModificationDate([in] DATE nDate);
Parameters
- nDate
- [in] Value of DATE containing the document's modification date.
Return Value
Returns S_OK if operation was successful or error code in other cases.