CogOCVMaxFont LineSpacingY Property Cognex VisionPro 9.5
This is the (vertical) spacing between adjacent line origins in this font.

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

public double LineSpacingY { get; set; }

Property Value

Type: Double
This read/write property of type Double is typically a positive number.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
See Also