Click or drag to resize

OcrRegionCollectionContains Method

Determines whether the collection contains a specified OcrRegion.

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(
	OcrRegion value
)

Parameters

value
Type: Atalasoft.OcrOcrRegion
The OcrRegion to locate in the collection.

Return Value

Type: Boolean
True if the object was found, false otherwise.
See Also