Link Search Menu Expand Document

PDFViewerControlFind Method (String, TextSearchFeedbackType)

Finds the specified text in the document starting from currently selected page.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public bool Find(
	string searchString,
	TextSearchFeedbackType feedbackType
)

Parameters

searchString
Type: SystemString
The search string.
feedbackType
Type: Bytescout.PDFViewerTextSearchFeedbackType
The feedback, when the search is finished

Return Value

Type: Boolean
Search result.
See Also

Reference