CogOCRMaxFont OnInsertingItem Method Cognex VisionPro 9.5
Called whenver a CogOCRMaxChar is about to be insterted into the Font.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

protected override void OnInsertingItem(
	int index,
	Object value
)

Parameters

index
Type: System Int32
The index where the new CogOCRMaxChar is to be inserted.
value
Type: System Object
The new CogOCRMaxChar being inserted.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if value is null.
Remarks

Overriden to keep track of the CogOCRMaxChars in a CogOCRMaxFont via StartTracking/StopTracking.

See Also