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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Document Property}}
 
{{#customTitle:IPXC_Page::Document Property}}
{{#parentPage:PXV:IPXC_Page#Properties|Document Property|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|Document|property}}
 
{{ToReview}}
 
{{ToReview}}
  
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]]

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