CogOCRMaxChar Key Property Cognex VisionPro 9.8
The key for this character. The key contains information that uniquely identifies this character from other characters when it the CogOCRMaxChar is a member of a CogOCRMaxFont

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax

public CogOCRMaxCharKey Key { get; }

Property Value

Type: CogOCRMaxCharKey
The Key value. The default value is a default constructed CogOCRMaxCharKey instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfKey
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