Overload | Description |
---|---|
FindText(String,TextSearchMode,Boolean,Boolean) | Searches the text string starting from current page. |
FindText(String,Boolean,TextSearchMode,Boolean,Boolean) | Searches the text string starting from current page. |
FindText(Regex,TextSearchMode,Boolean,Boolean) | Searches the text, defined by regular expression, starting from the current page. |
FindText(TextSearchEngine,TextSearchMode,Boolean,Boolean) | Searches the text, defined by TextSearchEngine, starting from the current page. |