CogIDPostnet LengthMin Property Cognex VisionPro 9.8
Minimum number of characters in the decoded string.

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

public int LengthMin { get; set; }

Property Value

Type: Int32
Default value is 5.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The new value is < 5 or > 12.
See Also