CogOCVMaxParagraphIterator GetAlphabetCharacters Method Cognex VisionPro 9.5
Provide a list of every character 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 characters. 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 string GetAlphabetCharacters()

Return Value

Type: String
A System::String in which each character corresponds to one of the alphabet characters for this paragraph. Note that this assumes that the character keys in the associated font correspond to Unicode code point values.
Exceptions

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