The CogIDUpcEan type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddOnEnabled | If True, allow processing of UPC/EAN symbols with a 2 or 5-digit 'add-on' component.
| |
| ChangedEventSuspended |
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.) | |
| EAN8AddOnValid | If True, allow EAN-8 symbols with add-on symbols (2 or 5 digit). If True, AddOnEnabled must also be True.
| |
| Enabled | If True, attempt to find and process UpcEan symbol(s). | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| StateFlags |
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.) | |
| UPCE1Enabled | 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.
| |
| UPCEExpanded | If True, transmit decoded string in 13 digit EAN-13 format.
If False, transmit as number system + 6 digits + implicit check.
|
See Also