Click or drag to resize

CompositeFlag Enumeration

Flags to hint that two codes form a composite code.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public enum CompositeFlag
Members
  Member nameValueDescription
None0Code is not part of a composite code.
Unknown1Code could be part of a composite code. This flag is set by linear (1d) symbologies that have no composite flag support but can be part of a composite code like the EAN/UPC symbology family.
Linked2 Code is the linear component of a composite code. This flag is can be set by GS1 DataBar or GS1-128 (Code 128).
Gs1TypeA4Code is a GS1 Composite Code Type A (CC-A). This flag can be set by MicroPDF417 codes.
Gs1TypeB8Code is a GS1 Composite Code Type B (CC-B). This flag can be set by MicroPDF417 codes.
Gs1TypeC16Code is a GS1 Composite Code Type C (CC-C). This flag can be set by PDF417 codes.
Version Information

Supported in: 1.0
See Also