OcrLineCollectionInsert Method |
Inserts an
OcrLine into the collection at specified position.
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 void Insert(
int index,
OcrLine value
)
Public Sub Insert (
index As Integer,
value As OcrLine
)
Parameters
- index
- Type: SystemInt32
The zero-based position at which the OcrLine should be inserted. - value
- Type: Atalasoft.OcrOcrLine
The OcrLine to insert in the collection.
Return Value
Type:
n/a
See Also