CogOCRMaxFielding IgnoreUnfieldedSpaces Property Cognex VisionPro
Get or set whether to ignore/skip spaces in the input string where the corresponding fielding settings for those character settings do not allow spaces. Default is true.

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

public bool IgnoreUnfieldedSpaces { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed Fires after the IgnoreUnfieldedSpaces property is set to a new value.
See Also