CogOCVMaxParagraphIterator FontRenderParams Property Cognex VisionPro
Get or set the font render parameters for this paragraph.

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

public CogOCVMaxFontRenderParams FontRenderParams { get; set; }

Property Value

Type: CogOCVMaxFontRenderParams
This read/write property of type CogOCVMaxFontRenderParams may NOT be NULL.
Events

Event TypeReason
CogOCVMaxPatternChangedFires when this property changes.
CogOCVMaxPattern ParagraphChangedFires when this property changes, provides more detailed information than the Changed event.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf the associated CogOCVMaxPattern object does not recognize this iterator.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
ArgumentNullExceptionIf you attempt to set this property to NULL.
See Also