CogOCRMaxSwapChar GetCharacterCodes Method Cognex VisionPro 9.23
Get a copy of the (UTF-32) character codes that are defined as "swappable" (They appear similar and are hard to distinguish, e.g. '0' (zero) and 'O' (capital oh)).

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

public int[] GetCharacterCodes()

Return Value

Type:  Int32 
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also