IPXC_Page::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Document Property}}
 
{{#customTitle:IPXC_Page::Document Property}}
 +
{{#parentPage:PXV:IPXC_Page#Properties|Document|property}}
 +
{{ToReview}}
  
Property '''Document''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Pointer to [[PXV:IPXC_Document|IPXC_Document]] ...
+
Gets the [[PXV:IPXC_Document|document]] that the page belongs to.
 
+
  
 
== 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 ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


Gets the document that the page belongs to.

Syntax

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

See Also

IPXC_Page