'Declaration Public Overloads Sub FindText( _
ByVal textText to search.As System.String, _
ByVal ignoreCaseA value indicating whether the case sensitivity should be ignored.As Boolean, _
ByVal searchModeText search mode.As TextSearchMode, _
ByVal searchUpA value indicating whether the text must be searched from current position in document to the beginning of document/page.As Boolean, _
ByVal searchFromStartA value indicating whether the text search must be started from the beginning.As Boolean _
)
public void FindText(
System.String text,
bool ignoreCase,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
public: void FindText(
System.String text,
bool ignoreCase,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
public:
void FindText(
System.String text,
bool ignoreCase,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
Parameters
- text
- Text to search.
- ignoreCase
- A value indicating whether the case sensitivity should be ignored.
- searchMode
- Text search mode.
- searchUp
- A value indicating whether the text must be searched from current position in document to the beginning of document/page.
- searchFromStart
- A value indicating whether the text search must be started from the beginning.