OcrEngineCollectionAdd Method |
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(
OcrEngine value
)
Public Function Add (
value As OcrEngine
) As Integer
Parameters
- value
- Type: Atalasoft.OcrOcrEngine
The OcrEngine to add.
Return Value
Type:
Int32The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
See Also