Click or drag to resize

PDFViewCtrlFindTextAsync Method

Overload List
  NameDescription
Public methodFindTextAsync(String, Boolean, Boolean, Boolean, Boolean)
Selects text by searching for a given string of text. Note that to cancel the text search, use PDFViewCtrl.CancelFindText, as opposed to canceling the operation that is returned.
Public methodFindTextAsync(String, Boolean, Boolean, Boolean, Boolean, Int32)
Selects text by searching for a given string of text. Note that to cancel the text search, use PDFViewCtrl.CancelFindText, as opposed to canceling the operation that is returned.
Top
See Also