CogOCVMaxFont FontName Property Cognex VisionPro 9.5
The name of this font, as defined in the imported font file. An exception is generated if this read-only property is accessed before importing a font file.

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

public string FontName { get; }

Property Value

Type: String
This read-only property is of type String.
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