'Declaration Public Overloads Sub FindText( _
ByVal searchEngineSearch engine.As Vintasoft.Imaging.Text.TextSearchEngine, _
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(
Vintasoft.Imaging.Text.TextSearchEngine searchEngine,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
public: void FindText(
Vintasoft.Imaging.Text.TextSearchEngine* searchEngine,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
public:
void FindText(
Vintasoft.Imaging.Text.TextSearchEngine^ searchEngine,
TextSearchMode searchMode,
bool searchUp,
bool searchFromStart
)
Parameters
- searchEngine
- Search engine.
- 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.