'Declaration Public Overloads Sub FindText( _
ByVal textText to search.As System.String, _
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 searchNextA value indicating whether the text search must be continued.As Boolean _
)
public void FindText(
System.String text,
TextSearchMode searchMode,
bool searchUp,
bool searchNext
)
public: void FindText(
System.String text,
TextSearchMode searchMode,
bool searchUp,
bool searchNext
)
public:
void FindText(
System.String text,
TextSearchMode searchMode,
bool searchUp,
bool searchNext
)
Parameters
- text
- Text to search.
- 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.
- searchNext
- A value indicating whether the text search must be continued.