VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSearchEngine Class / Create Methods / Create(String) Method
Syntax Requirements SeeAlso
In This Topic
    Create(String) Method (TextSearchEngine)
    In This Topic
    Creates a new instance of TextSearchEngine which can be used for searching text string in page.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Create( _
    ByVal value
    Text to search.
    As System.String _
    ) As TextSearchEngine
    public static TextSearchEngine Create(
    System.String value
    )
    public: static TextSearchEngine* Create(
    System.String value
    )
    public:
    static TextSearchEngine^ Create(
    System.String value
    )

    Parameters

    value
    Text to search.

    Return Value

    A new text search engine.
    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