IPXC_Document::Pages Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::Pages Property}}
 
{{#customTitle:IPXC_Document::Pages Property}}
{{#parentPage:PXV:IPXC_Document|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|Pages|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Pages''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_Pages|IPXC_Pages]] ...
+
Gets [[PXV:IPXC_Pages|pages manager]] form the [[PXV:IPXC_Document|core document]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pages([out, retval] IPXC_Pages** ppPages);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pages([out, retval] IPXC_Pages** pPages);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:26, 15 June 2015


Gets pages manager form the core document.

Syntax

HRESULT get_Pages([out, retval]  IPXC_Pages**  pPages);

See Also

IPXC_Document