IUIX_RangesNavigator::RangesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::RangesCount Property}}
 
{{#customTitle:IUIX_RangesNavigator::RangesCount Property}}
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|RangesCount Property|property}}
+
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|RangesCount|property}}
{{ToWrite}}
+
 
{{ToReview}}
+
  
 
Property '''RangesCount''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of ULONG ...
 
Property '''RangesCount''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of ULONG ...
 +
 +
Returns the number of ranges in the full range.
  
 
== 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]]

Latest revision as of 14:50, 16 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