VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextSelectionTool Class / FindText Methods / FindText(TextSearchEngine,TextSearchMode,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
FindText(TextSearchEngine,TextSearchMode,Boolean,Boolean) Method (WpfTextSelectionTool)
In This Topic
Searches the text, defined by TextSearchEngine, starting from the current page.
Syntax
'Declaration

Public Overloads Sub FindText( _
ByVal searchEngine
Search engine.
As Vintasoft.Imaging.Text.TextSearchEngine, _
ByVal searchMode
Text search mode.
As TextSearchMode, _
ByVal searchUp
A value indicating whether the text must be searched from current position in document to the beginning of document/page.
As Boolean, _
ByVal searchNext
A value indicating whether the text search must be continued.
As Boolean _
)

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.
searchNext
A value indicating whether the text search must be continued.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also