CogOCVMaxFont GetAvailableCharacters Method Cognex VisionPro 9.5
Provide a list of each character available in this font.

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

public string GetAvailableCharacters()

Return Value

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

ExceptionCondition
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
See Also