CogOCVMaxCharacterResult Character Property Cognex VisionPro 9.7
The character found at this position. This assumes that something was in fact found (e.g. that CharacterKey is not -1). This also assumes that the character keys in the associated font correspond to Unicode code point values.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax

public char Character { get; }

Property Value

Type: Char
This read-only property is of type System::Char.
See Also