CogOCVMaxFont HasBlank Property Cognex VisionPro 9.23
Whether or not this font has a blank character. Not all fonts have a blank character.

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

public bool HasBlank { get; }

Property Value

Type: Boolean
This read-only property is of type Boolean.
Exceptions

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