'Declaration Public Function SearchText( _ ByVal text As String, _ ByVal matchWholeWord As Boolean, _ ByVal matchCase As Boolean, _ ByVal searchUp As Boolean _ ) As Task(Of C1FoundPosition)
public Task<C1FoundPosition> SearchText( string text, bool matchWholeWord, bool matchCase, bool searchUp )
Parameters
- text
- matchWholeWord
- matchCase
- searchUp