CogOCVMaxFont LineSpacingX Property Cognex VisionPro 9.7
This is the (horizontal) spacing between adjacent line origins in this font.

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

public double LineSpacingX { get; set; }

Property Value

Type: Double
This read/write property of type Double is typically zero. A non-zero value will stagger one line with respect to the next.
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