The character code, which is a Unicode UTF-32 code point. This can be
set to any Int32 value even though not all Int32 values are valid UTF-32
code points.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32The CharacterCode value. The default value is (int)CogOCRMaxCharCodeConstants::Unknown.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
The key's character code may be set to CogOCRMaxCharCodeConstants.Unknown (0xF800) to signify that this character has not/could not been properly classified.
See Also