IPXV_SearchEntryItem::DispTextRangesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::DispTextRangesCount Property}}
 
{{#customTitle:IPXV_SearchEntryItem::DispTextRangesCount Property}}
{{#parentPage:PXV:IPXV_SearchEntryItem|DispTextRangesCount Property|property}}
+
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispTextRangesCount|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DispTextRangesCount''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Value of ULONG ...
+
Property '''DispTextRangesCount''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Value of ULONG containing the number of the Text Ranges that are used for highlighting the [[PXV:IPXV_SearchEntryItem_DispText|DispText]] in the Editors Search Pane. This property is optional and will be available when the PXV_SearchFlag_GetDispText flag is used.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DispTextRangesCount([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DispTextRangesCount([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 02:53, 20 January 2017


Property DispTextRangesCount of interface IPXV_SearchEntryItem returns Value of ULONG containing the number of the Text Ranges that are used for highlighting the DispText in the Editors Search Pane. This property is optional and will be available when the PXV_SearchFlag_GetDispText flag is used.

Syntax

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

See Also

IPXV_SearchEntryItem