Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph. Specifically, set the list to correspond to those characters whose keys are in the supplied array of System::Int32. If this array has no elements, then the resulting empty alphabet list will be interpreted to mean use all available characters.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Parameters
- NewValue
- Type: System Int32
A System::Array of System::Int32. These are the desired character keys.
Events
| Event Type | Reason |
|---|---|
| CogOCVMaxPattern ParagraphChanged | Fires when this property changes, provides more detailed information than the Changed event. |
| CogOCVMaxPatternChanged | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If the associated CogOCVMaxPattern object does not recognize this iterator. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also