BarCodeSymbology Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid bar code symbol types.
public enum BarCodeSymbology
type BarCodeSymbology =
Public Enum BarCodeSymbology
- Inheritance
-
BarCodeSymbology
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The service object cannot determine the barcode symbology |
Upca | 101 | UPC-A |
Upce | 102 | UPC-E |
EanJan8 | 103 | EAN/JAN-8 |
EanJan13 | 104 | EAN/JAN-13 |
TF | 105 | Standard (or discrete) 2 of 5 |
Itf | 106 | Interleaved 2 of 5 |
Codabar | 107 | CodaBar |
Code39 | 108 | Code 39 |
Code93 | 109 | Code 93 |
Code128 | 110 | Code 128 |
Upcas | 111 | UPC-A with supplemental barcode |
Upces | 112 | UPC-E with supplemental barcode |
Upcd1 | 113 | UPC 1-digit supplement |
Upcd2 | 114 | UPC 2-digit supplement |
Upcd3 | 115 | UPC 3-digit supplement |
Upcd4 | 116 | UPC 4-digit supplement |
Upcd5 | 117 | UPC 5-digit supplement |
Ean8S | 118 | EAN-8 |
Ean13S | 119 | EAN-13 |
Ean128 | 120 | EAN-128 |
Ocra | 121 | OCRa |
Ocrb | 122 | OCRb |
Code128Parsed | 123 | Code 128 with parsing |
Gs1DataBar | 131 | |
Rss14 | 131 | Reduced space symbology |
Gs1DataBarExpanded | 132 | |
RssExpanded | 132 | Reduced space symbology - expanded |
Gs1DataBarStackedOmnidirectional | 133 | |
ItfCK | 133 | ItfCK |
Gs1DataBar_Type2 | 134 | Gs1DataBar_Type2 |
Gs1DataBarExpandedStacked | 134 | |
Ames | 135 | Ames |
TFMAT | 136 | TFMAT |
Code39Ck | 137 | Code39Ck |
Code32 | 138 | Code32 |
CodeCIP | 139 | CodeCIP |
TriOptic39 | 140 | TriOptic39 |
ISBT128 | 141 | ISBT128 |
Code11 | 142 | Code11 |
MSI | 143 | MSI |
Plessey | 144 | Plessey |
Telepen | 145 | Telepen |
Cca | 151 | Composite Component A--up to 56 characters of data |
Ccb | 152 | Composite Component B--up to 338 characters of data |
Ccc | 153 | Composite Conponent C--up to 2361 characters of data |
Tlc39 | 154 | Tlc39 |
Pdf417 | 201 | PDF417 |
Maxicode | 202 | Maxicode |
DataMatrix | 203 | DataMatrix |
QRCode | 204 | QRCode |
MicroQRCode | 205 | MicroQRCode |
Aztec | 206 | Aztec |
MicroPDF417 | 207 | MicroPDF417 |
Gs1DataMatrix | 208 | Gs1DataMatrix |
Gs1QRCode | 209 | Gs1QRCode |
Code49 | 210 | Code49 |
Code16k | 211 | Code16k |
CodablockA | 212 | CodablockA |
CodablockF | 213 | CodablockF |
Codablock256 | 214 | Codablock256 |
HANXIN | 215 | HANXIN |
AusPost | 301 | AusPost |
CanPost | 302 | CanPost |
ChinaPost | 303 | ChinaPost |
DutchKix | 304 | DutchKix |
InfoMail | 305 | |
JapanPost | 306 | JapanPost |
KoreanPost | 307 | KoreanPost |
SwedenPost | 308 | SwedenPost |
UkPost | 309 | UkPost |
UsIntelligent | 310 | UsIntelligent |
UsPlanet | 311 | UsPlanet |
PostNet | 312 | PostNet |
Other | 501 | If greater than or equal to this type, the service object has returned an undefined symbology |