OcrRegionCollectionIndexOf Method |
Returns the index of a specified
OcrRegion 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(
OcrRegion value
)
Public Function IndexOf (
value As OcrRegion
) As Integer
Parameters
- value
- Type: Atalasoft.OcrOcrRegion
The OcrRegion to locate in the collection.
Return Value
Type:
Int32 The index of value if found; otherwise -1.
See Also