VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextSearchedEventArgs Class / TextSearchedEventArgs Constructor(TextSearchEngine,Int32,VintasoftImage,TextRegion,Boolean)
Syntax Requirements SeeAlso
In This Topic
    TextSearchedEventArgs Constructor(TextSearchEngine,Int32,VintasoftImage,TextRegion,Boolean)
    In This Topic
    Initializes a new instance of the TextSearchedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal searchEngine
    Text search engine.
    As TextSearchEngine, _
    ByVal imageIndex
    The index of image where text is found.
    As System.Int32, _
    ByVal image
    The image where text is found.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal foundRegion
    The region of searched text.
    As TextRegion, _
    ByVal canceled
    A value indicating whether the current text searching process is canceled.
    As Boolean _
    )

    Parameters

    searchEngine
    Text search engine.
    imageIndex
    The index of image where text is found.
    image
    The image where text is found.
    foundRegion
    The region of searched text.
    canceled
    A value indicating whether the current text searching process is canceled.
    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