VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / FindText Methods / FindText(Regex,TextSearchMode,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    FindText(Regex,TextSearchMode,Boolean,Boolean) Method (TextSelectionTool)
    In This Topic
    Searches the text, defined by regular expression, starting from the current page.
    Syntax
    'Declaration
    
    Public Overloads Sub FindText( _
    ByVal regex
    Regular expression for text searching.
    As System.Text.RegularExpressions.Regex, _
    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

    regex
    Regular expression for text searching.
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also