Provide a list of each character key available in this font.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Parameters
- includeAllBlanks
- Type: System Boolean
A boolean indicating whether all blanks in the font should be included in the returned array.
Return Value
Type: Int32A System::Array of System::Int32 corresponding to each available character key.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If a font has not yet been imported, or if an internal error occurs. |
| ObjectDisposedException | If this CogOCVMaxFont object has already been disposed. |
See Also