IPXV_Control::PagesCount 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:IPXV_Control::PagesCount Property}}
 
{{#customTitle:IPXV_Control::PagesCount Property}}
 +
{{#parentPage:PXV:IPXV_Control#Properties|PagesCount|property}}
 +
{{ToReview}}
  
Property '''PagesCount''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns  Value of ULONG ...
+
Gets the pages count of the active document.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval] ULONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval] ULONG* nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Gets the pages count of the active document.

Syntax

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

See Also

IPXV_Control