IPXC_Annotation::ModificationDate Property
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::ModificationDate Property}} | {{#customTitle:IPXC_Annotation::ModificationDate Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|ModificationDate|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|ModificationDate|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Revision as of 17:45, 26 May 2015
Represents last modification date of the annotation. The date is returned as a string in PDF Date format. This format can be converted to OLE DATE type by PDFDateToDate method.
Syntax
HRESULT get_ModificationDate([out, retval] BSTR* ppDate); HRESULT put_ModificationDate([in] BSTR ppDate);