PdfToTextClientsearchUrlAsync Method (String, String) |
Search for a specific text in a PDF document with an asynchronous call. The search is case insensitive and returns partial words also.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public IList<TextPosition> searchUrlAsync(
string url,
string textToSearch
)
Public Function searchUrlAsync (
url As String,
textToSearch As String
) As IList(Of TextPosition)
Parameters
- url
- Type: SystemString
Address of the PDF file. - textToSearch
- Type: SystemString
Text to search.
Return Value
Type:
IListTextPositionList with text positions in the current PDF document.
Remarks See Also