CogOCVMaxFont IsBlank Method (Int32)Cognex VisionPro 9.10
Determine whether or not the character corresponding to the supplied character key is considered a blank in this font. Remember that many fonts have multiple blank characters.

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

public bool IsBlank(
	int iVal
)

Parameters

iVal
Type: System Int32
The character key to be evaluated.

Return Value

Type: Boolean
A System::Boolean, True if the character corresponding to the supplied character key is considered a blank in this font, and False otherwise.
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