CogOCVMaxFont GetAvailableCharacterKeys Method (Boolean)Cognex VisionPro 9.7
Provide a list of each character key available in this font.

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

public int[] GetAvailableCharacterKeys(
	bool includeAllBlanks
)

Parameters

includeAllBlanks
Type: System Boolean
A boolean indicating whether all blanks in the font should be included in the returned array.

Return Value

Type:  Int32 
A System::Array of System::Int32 corresponding to each available character key.
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