IPXC_DocumentInfo::CreationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::CreationDate Property}}
 
{{#customTitle:IPXC_DocumentInfo::CreationDate Property}}
{{#parentPage:PXV:IPXC_DocumentInfo|CreationDate Property|property}}
+
{{#parentPage:PXV:IPXC_DocumentInfo#Properties|CreationDate|property}}
{{ToReview}}
+
  
 
Gets document's creation date.
 
Gets document's creation date.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval]  DATE*  pDate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval]  DATE*  nDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
+
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]]

Latest revision as of 02:11, 20 October 2015

Gets document's creation date.

Syntax

HRESULT get_CreationDate([out, retval]  DATE*  nDate);

See Also

IPXC_DocumentInfo