CogOCRMaxFielding LengthMin Property Cognex VisionPro
Get or set the minimum acceptable string length, inclusive. This property is ignored if VariableLength is false. Note that this setter will enforce LengthMin less than or equal to LengthMax by setting LengthMax to equal the new LengthMin if necessary. Default is 1.

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

public int LengthMin { get; set; }

Property Value

Type: Int32
Events

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

ExceptionCondition
ArgumentOutOfRangeException If the supplied LengthMin is less than 1.
See Also