CogID AllowIdenticalSymbols Property Cognex VisionPro 9.7
Get or set whether identical symbols within the same image should be decoded. If true, decode results may be returned for identical symbols within the same image. Otherwise, at most one result for such symbols will be returned. Two symbols are considered identical if they have the same length, symbology tpe, and decoded string.

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

public bool AllowIdenticalSymbols { get; set; }

Property Value

Type: Boolean
Whether identical symbols within the same image should be decoded. Default is false.
See Also