IPXC_Pages::Count 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 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pages::Count Property}}
 
{{#customTitle:IPXC_Pages::Count Property}}
{{#parentPage:PXV:IPXC_Pages|Count Property|property}}
+
{{#parentPage:PXV:IPXC_Pages#Properties|Count|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Count''' of interface [[PXV:IPXC_Pages|IPXC_Pages]] returns  Value of ULONG ...
+
Gets number of pages in the [[PXV:IPXC_Document|core document]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Pages|IPXC_Pages]].
+
[[PXV:IPXC_Pages|IPXC_Pages]]

Latest revision as of 03:33, 15 June 2015

Gets number of pages in the core document.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXC_Pages