IPXC_Annotation::CreationDate Property
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::CreationDate Property}} | {{#customTitle:IPXC_Annotation::CreationDate Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|CreationDate|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|CreationDate|property}} | ||
− | |||
{{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. | + | 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. If the creation date was not specified for the annotation, this property will have value of empty string. |
== Syntax == | == Syntax == |
Revision as of 17:47, 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. If the creation date was not specified for the annotation, this property will have value of empty string.
Syntax
HRESULT get_CreationDate([out, retval] BSTR* ppDate); HRESULT put_CreationDate([in] BSTR ppDate);