IPXC_Annotation::ModificationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ModificationDate''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Value of BSTR ...
+
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 [[PXV:IPXC_Inst_PDFDateToDate|PDFDateToDate]] method.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 18: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);

See Also

IPXC_Annotation