Whether or not this font uses spot size. If this property is false, you may not get or set spot size (an exception will be thrown if you try). Like most font properties, an exception will be generated if this read-only property is accessed before importing a font file.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: BooleanThis read-only property is of type Boolean.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If a font has not yet been imported, or if an internal error occurs. |
| ObjectDisposedException | If this CogOCVMaxFont object has already been disposed. |
See Also