O2S.Components.PDF4NET.View.Win Documentation
HighlightPreviousTextSearchResult() Method



O2S.Components.PDF4NET.View.Content Namespace > PDFVisualContentLocator Class > HighlightPreviousTextSearchResult Method : HighlightPreviousTextSearchResult() Method
Highlights the previous text search result.
Syntax
'Declaration
 
Public Overloads Function HighlightPreviousTextSearchResult() As Boolean
'Usage
 
Dim instance As PDFVisualContentLocator
Dim value As Boolean
 
value = instance.HighlightPreviousTextSearchResult()
public bool HighlightPreviousTextSearchResult()
public:
bool HighlightPreviousTextSearchResult(); 

Return Value

True if the search result has been highlighted, false otherwise.
Remarks
This method has effect if the 'incrementalHighlight' parameter was true when the SearchText(String,PDFVisualSearchRange,PDFVisualTextSearchOptions,Boolean) has been called.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFVisualContentLocator Class
PDFVisualContentLocator Members
Overload List
SearchText(String,PDFVisualSearchRange,PDFVisualTextSearchOptions,Boolean) Method