'Declaration Public Function New( _
ByVal searchEngineText search engine.As TextSearchEngine, _
ByVal imageIndexThe index of image where text is found.As System.Int32, _
ByVal imageThe image where text is found.As Vintasoft.Imaging.VintasoftImage, _
ByVal foundRegionThe region of searched text.As TextRegion, _
ByVal canceledA value indicating whether the current text searching process is canceled.As Boolean _
)
public TextSearchedEventArgs(
TextSearchEngine searchEngine,
System.Int32 imageIndex,
Vintasoft.Imaging.VintasoftImage image,
TextRegion foundRegion,
bool canceled
)
public: TextSearchedEventArgs(
TextSearchEngine* searchEngine,
System.Int32 imageIndex,
Vintasoft.Imaging.VintasoftImage* image,
TextRegion* foundRegion,
bool canceled
)
public:
TextSearchedEventArgs(
TextSearchEngine^ searchEngine,
System.Int32 imageIndex,
Vintasoft.Imaging.VintasoftImage^ image,
TextRegion^ foundRegion,
bool canceled
)
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.