CogOCVMaxFont GetDefaultBlankCharacter Method Cognex VisionPro 9.5
Provide the default blank character for this font. Since many fonts have multiple blank characters, this method identifies the one to be used as the default blank.

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

public char GetDefaultBlankCharacter()

Return Value

Type: Char
A System::Char corresponding to default blank character. Note that this assumes that the character keys in this font correspond to Unicode code point values.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
InvalidOperationExceptionIf a font has not yet been imported, or if this font has no blank character.
See Also