Click or drag to resize

OcrPageCollectionIndexOf Method

Returns the index of a specified OcrPage 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(
	OcrPage value
)

Parameters

value
Type: Atalasoft.OcrOcrPage
The OcrPage to locate in the collection.

Return Value

Type: Int32
The index of value if found; otherwise -1.
See Also