CogOCRMaxFont OnRemovedItem Method Cognex VisionPro
Called whenever a CogOCRMaxChar is removed from the Font.

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

protected override void OnRemovedItem(
	int index,
	Object value
)

Parameters

index
Type: System Int32
The index where the CogOCRMaxChar was removed from.
value
Type: System Object
The CogOCRMaxChar that was removed.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if value is null.
Remarks

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

See Also