Called whenever a CogOCRMaxChar is being replaced.
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 CogOCRMaxChar is being repalced.
- oldValue
- Type: System Object
The CogOCRMaxChar being replaced
- newValue
- Type: System Object
The CogOCRMaxChar which is about to be added to the Font to replace the oldValue.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if oldValue is null. Thrown if newValue is null. |
Remarks
Overriden to keep track of the CogOCRMaxChars in a CogOCRMaxFont via StartTracking/StopTracking.
See Also