CogOCRMaxSwapChar GetString Method Cognex VisionPro 9.8
Get a string representation 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: 75.1.0.0
Syntax

public string GetString()

Return Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also