Click or drag to resize

OcrRegionCollectionTAdd Method (T)

Adds an OcrRegion to 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 Add(
	T value
)

Parameters

value
Type: T
The OcrRegion to add to the collection.

Return Value

Type: Int32
The position into which the new element was inserted.
See Also