OcrEngineCollectionIndexOf Method |
Returns the index of a specified
OcrEngine in the collection.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int IndexOf(
OcrEngine value
)
Public Function IndexOf (
value As OcrEngine
) As Integer
Parameters
- value
- Type: Atalasoft.OcrOcrEngine
The OcrEngine to locate in the collection.
Return Value
Type:
Int32 The index of value if found; otherwise -1.
See Also