IPXC_Annotation::CreationDate Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::CreationDate Property}} | {{#customTitle:IPXC_Annotation::CreationDate Property}} | ||
− | {{#parentPage:PXV:IPXC_Annotation#Properties|CreationDate | + | {{#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. If the creation date was not specified for the annotation, this property will have value of empty string. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] BSTR* sDate); |
− | HRESULT put_CreationDate([in] BSTR | + | HRESULT put_CreationDate([in] BSTR sDate); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:45, 20 February 2017
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* sDate); HRESULT put_CreationDate([in] BSTR sDate);