Get or set the font for this paragraph.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogOCVMaxFontThis read/write property of type CogOCVMaxFont may be NULL.
Events
| Event Type | Reason |
|---|---|
| CogOCVMaxPattern ParagraphChanged | Fires when this property changes, provides more detailed information than the Changed event. |
| CogOCVMaxPatternChanged | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If the associated CogOCVMaxPattern object does not recognize this iterator. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also