IPXC_Image::Document 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_Document([out, retval]  IPXC_Document**  ppDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval]  IPXC_Document**  pDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Image|IPXC_Image]]
 
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 11:48, 11 January 2016


Property Document of interface IPXC_Image returns Pointer to IPXC_Document ...

Syntax

HRESULT get_Document([out, retval]  IPXC_Document**  pDoc);

See Also

IPXC_Image