CogOCVMaxParagraphIterator Font Property Cognex VisionPro 9.7
Get or set the font for this paragraph.

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

public CogOCVMaxFont Font { get; set; }

Property Value

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

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

ExceptionCondition
InvalidOperationExceptionIf this paragraph iterator does not currently reference a valid paragraph.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also