Returns the swap character that contains characterCode.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- characterCode
- Type: System Int32
The character code of interest, the method will check to see if any CogOCRMaxSwapChars in this CogOCRMaxSwapCharSet contains this character code.
Return Value
Type: CogOCRMaxSwapCharExceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if the object is disposed. |
Remarks
Returns a default empty CogOCRMaxSwapChar object if no group in this set contains characterCode.
See Also