CogIDCode128 LengthMin Property Cognex VisionPro 9.7
Minimum number of characters in the decoded string.

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

public int LengthMin { get; set; }

Property Value

Type: Int32
Default value is 3.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The new value is < 1 or > 80.
See Also