Called whenver a CogOCRMaxChar is about to be insterted into the Font.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
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
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if value is null. |
Remarks
Overriden to keep track of the CogOCRMaxChars in a CogOCRMaxFont via StartTracking/StopTracking.
See Also