CogOCVMaxParagraphIterator GetAlphabetCharacterKeys Method Cognex VisionPro 9.5
Provide a list of every character key within the current font that may, either correctly or incorrectly, be observed within this paragraph. Confusion will be computed for every unique searched character versus this set of character keys. Note that if this list is empty, then EVERY character in the font will be used.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public int[] GetAlphabetCharacterKeys()

Return Value

Type:  Int32 
A System::Array of System::Int32 corresponding to each alphabet character key defined for this paragraph.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf this paragraph iterator cannot be found.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also