IPXC_DocumentInfo::CreationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval]  DATE*  stDate);
+
<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