Called whenever a CogOCRMaxChar is removed from 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 CogOCRMaxChar was removed from.
- value
- Type: System Object
The CogOCRMaxChar that was removed.
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