Click or drag to resize

OcrWordCollectionAdd Method

Adds an OcrWord 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(
	OcrWord value
)

Parameters

value
Type: Atalasoft.OcrOcrWord
The OcrWord to add to the collection.

Return Value

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