CogIDCodabar HasCheckChar Property Cognex VisionPro
whether the decoded string contains a check character. If true, the checksum is validated before result reporting. When checksum needs to be validated, the position and calculation conform to ANSI/AIM-BC3-2000: Uniform Symbology Specification Codabar.

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

public bool HasCheckChar { get; set; }

Property Value

Type: Boolean
Default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

See Also