CogOCRMaxFielding FirstIndexMax Property Cognex VisionPro 9.5
The fielding subsequences to be considered must start at a position no greater than this index (in the FieldString). This property is ignored if VariableLength is false. Default is 999.

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

public int FirstIndexMax { get; set; }

Property Value

Type: Int32
Events

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

ExceptionCondition
ArgumentOutOfRangeException If value is less than zero.
See Also