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)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pages::Count Property}}
 
{{#customTitle:IPXC_Pages::Count Property}}
{{#parentPage:PXV:IPXC_Pages#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXC_Pages#Properties|Count|property}}
  
 
Gets number of pages in the [[PXV:IPXC_Document|core document]].
 
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 ==
[[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