IPXC_Document::Info Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Info([out, retval]  IPXC_DocumentInfo**  pDocInfo);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Info([out, retval]  IPXC_DocumentInfo**  DocInfo);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Document|IPXC_Document]]
 
[[PXV:IPXC_Document|IPXC_Document]]

Revision as of 07:02, 12 June 2015


Property Info of interface IPXC_Document returns Pointer to IPXC_DocumentInfo ...

Syntax

HRESULT get_Info([out, retval]  IPXC_DocumentInfo**  DocInfo);

See Also

IPXC_Document