IPXC_Page::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== 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_Page|IPXC_Page]]
 
[[PXV:IPXC_Page|IPXC_Page]]

Revision as of 02:21, 4 June 2015


Gets the document that the page belongs to.

Syntax

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

See Also

IPXC_Page