Click or drag to resize

OcrRegionCollectionAdd Method

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

Parameters

value
Type: Atalasoft.OcrOcrRegion
The OcrRegion to add to the collection.

Return Value

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