Get or set the font render parameters for this paragraph.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogOCVMaxFontRenderParamsThis read/write property of type CogOCVMaxFontRenderParams may NOT 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. |
| ArgumentNullException | If you attempt to set this property to NULL. |
See Also