CogOCVMaxFont LineSpacingY Property Cognex VisionPro
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: 65.1.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
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
See Also