CogIDUpcEan PropertiesCognex VisionPro

The CogIDUpcEan type exposes the following members.

Properties

  NameDescription
Public propertyAddOnEnabled
If True, allow processing of UPC/EAN symbols with a 2 or 5-digit 'add-on' component.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyEAN8AddOnValid
If True, allow EAN-8 symbols with add-on symbols (2 or 5 digit). If True, AddOnEnabled must also be True.
Public propertyEnabled
If True, attempt to find and process UpcEan symbol(s).
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyUPCE1Enabled
UPC-E is applicable only to number system 0. If this property is True, allow processing of a non-standard UPC-E variation using number system 1.
Public propertyUPCEExpanded
If True, transmit decoded string in 13 digit EAN-13 format. If False, transmit as number system + 6 digits + implicit check.
Top
See Also