CogIDCodabar LengthMax Property Cognex VisionPro 9.5
Maximum number of characters in the decoded string.

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

public int LengthMax { get; set; }

Property Value

Type: Int32
Default value is 40.
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