CogIDEANUCCComposite Enabled Property Cognex VisionPro 9.7
If True, attempt to find and process the 2D component of the DataBar symbol or the 2D Component of Code128 symbol. Note that the DataBar or Code128 with a 2D component will not be successfully decoded without having EANUCCComposite enabled.

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

public bool Enabled { get; set; }

Property Value

Type: Boolean
Default value is true.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

See Also