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