Enum GS1Encoder.Symbology
Recognised GS1 barcode formats ("symbologies") for processing scan data.
Namespace: GS1.Encoders
Assembly: .dll
Syntax
public enum GS1Encoder.Symbology
Fields
| Name | Description |
|---|---|
| DM | (GS1) Data Matrix |
| DataBarExpanded | GS1 DataBar Expanded (Stacked) |
| DataBarLimited | GS1 DataBar Limited |
| DataBarOmni | GS1 DataBar Omnidirectional |
| DataBarStacked | GS1 DataBar Stacked |
| DataBarStackedOmni | GS1 DataBar Stacked Omnidirectional |
| DataBarTruncated | GS1 DataBar Truncated |
| DotCode | (GS1) DotCode |
| EAN13 | EAN-13 |
| EAN8 | EAN-8 |
| GS1_128_CCA | GS1-128 with CC-A or CC-B |
| GS1_128_CCC | GS1-128 with CC |
| NONE | None defined |
| NUMSYMS | Value is the number of symbologies |
| QR | (GS1) QR Code |
| UPCA | UPC-A |
| UPCE | UPC-E |