CogOCRMaxCharCodeConstants EnumerationCognex VisionPro 9.7
Cognex Custom Character Codes

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

public enum CogOCRMaxCharCodeConstants
Members

  Member nameValueDescription
Unknown63488 This special value (0xF800) is in the user definable region of UTF-32 Unicode values. It is used specially by Cognex to signify that the character code is "unknown".
AnyCharacter63489 This is used to specify that all non-reserved character codes are allowed.
AnyNonspaceCharacter63490 This is used to specify that all non-reserved character codes except the space character 0x20 are allowed.
See Also