CogOCVMaxFontRenderParams SpotSpacingScaleY Property Cognex VisionPro
Scale (multiply) the spacing along the Y axis of rendered text spots by this value. Ignored by fonts for which SpotSpacingUsed is false (e.g. outline fonts). The default value of 1.0 produces no change in rendered text.

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

public double SpotSpacingScaleY { get; set; }

Property Value

Type: Double
This read/write property of type Double must be greater than zero.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than or equal to zero.
See Also