IPXV_SearchEntryItem::DispTextRangesCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchEntryItem::DispTextRangesCount Property}} | {{#customTitle:IPXV_SearchEntryItem::DispTextRangesCount Property}} | ||
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispTextRangesCount|property}} | {{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispTextRangesCount|property}} | ||
− | |||
{{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* | + | <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 01: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);