IPXC_Document::Props 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_Props([out, retval]  IPXC_DocumentProps**  pDocProps);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Props([out, retval]  IPXC_DocumentProps**  DocProps);
 
</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 Props of interface IPXC_Document returns Pointer to IPXC_DocumentProps ...

Syntax

HRESULT get_Props([out, retval]  IPXC_DocumentProps**  DocProps);

See Also

IPXC_Document