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