PDFView4NET WinForms Edition


Text to search.
SearchText(String) Method
Searches the page for the given text.
Syntax
'Declaration
 
Public Overloads Function SearchText( _
   ByVal text As String _
) As PDFSearchTextResultCollection
'Usage
 
Dim instance As PDFPage
Dim text As String
Dim value As PDFSearchTextResultCollection
 
value = instance.SearchText(text)

Parameters

text
Text to search.

Return Value

List of search results.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also