IUIX_RangesNavigator::RangesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 10: Line 10:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RangesCount([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RangesCount([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]
 
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]

Revision as of 04:36, 15 June 2015


Property RangesCount of interface IUIX_RangesNavigator returns Value of ULONG ...

Returns the number of ranges in the full range.

Syntax

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

See Also

IUIX_RangesNavigator