VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / FindText Methods / FindText(TextSearchEngine,TextSearchMode,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
FindText(TextSearchEngine,TextSearchMode,Boolean,Boolean) Method (TextSelectionTool)
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 searchFromStart
A value indicating whether the text search must be started from the beginning.
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.
searchFromStart
A value indicating whether the text search must be started from the beginning.
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