CogOCVMaxFont Imported Property Cognex VisionPro 9.5
Whether or not this font has been imported from a font file. True if it has, false if it has not. Most other CogOCVMaxFont properties and methods require that this be true.

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

public bool Imported { get; }

Property Value

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

ExceptionCondition
InvalidOperationExceptionIf an internal error occurs.
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
See Also