OcrLineCollectionContains Method |
Determines whether the collection contains a specified
OcrLine.
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 bool Contains(
OcrLine value
)
Public Function Contains (
value As OcrLine
) As Boolean
Parameters
- value
- Type: Atalasoft.OcrOcrLine
The OcrLine to locate in the collection.
Return Value
Type:
Boolean True if the object was found, false otherwise.
See Also