IPXC_Annotation::CreationDate Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Represents creation 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 17:46, 26 May 2015
Represents creation 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_CreationDate([out, retval] BSTR* ppDate); HRESULT put_CreationDate([in] BSTR ppDate);