Click or drag to resize

OcrGlyphCollectionInsert Method

Inserts an OcrGlyph 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,
	OcrGlyph value
)

Parameters

index
Type: SystemInt32
The zero-based position at which the OcrGlyph should be inserted.
value
Type: Atalasoft.OcrOcrGlyph
The OcrGlyph to insert.

Return Value

Type: 
n/a
Remarks
If index is equal to the size of the collection, value is appended to the collection.
See Also