CogOCRMaxSegmenterSpaceParams SpaceMaxWidth Property Cognex VisionPro 9.8 SR1
The maximum width of a space character, in pixels.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax

public int SpaceMaxWidth { get; set; }

Property Value

Type: Int32
The SpaceMaxWidth value. The default value is 100.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfSpaceMaxWidth
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 0 or greater than System::Int32::MaxValue
Remarks

Setting this property to a value less than SpaceMinWidth will cause SpaceMinWidth to be adjusted accordingly.

See Also