'DeclarationPublic Overloads Function HighlightNextTextSearchResult( _ ByVal wrap As Boolean _ ) As Boolean
'UsageDim instance As PdfVisualContentLocator Dim wrap As Boolean Dim value As Boolean value = instance.HighlightNextTextSearchResult(wrap)
Parameters
- wrap
- If true then when the next text search result reaches the end of the collection, it goes back to the beginning.
Return Value
True if the search result has been highlighted, false otherwise.