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