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

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

public int LengthMax { get; set; }

Property Value

Type: Int32
Default value is 56.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

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