CogOCRMaxFielding LastIndexMin Property Cognex VisionPro 9.7
The fielding subsequences to be considered must end at a position no smaller than this index (in the FieldString). This property is ignored if VariableLength is false. Default is 0.

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

public int LastIndexMin { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
ICogChangedEvent Changed Fires after the LastIndexMin property is set to a new value.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If value is less than zero.
See Also