CogOCVMaxFont ImportFileName Property Cognex VisionPro
The name of the file from which this font was imported. 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: 65.1.0.0
Syntax

public string ImportFileName { 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