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.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires after the LengthMin property is set to a new value. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied LengthMin is less than 1. |
See Also