[]
        
(Showing Draft Content)

C1.WinUI.Viewer.FlexViewerPane.SearchText

SearchText Method

SearchText(string, bool, bool, bool)

Starts searching text with the specified parameters.

Declaration
public Task<C1FoundPosition> SearchText(string text, bool matchWholeWord, bool matchCase, bool searchUp)
Parameters
Type Name Description
string text
bool matchWholeWord
bool matchCase
bool searchUp
Returns
Type Description
Task<C1FoundPosition>