Click or drag to resize
BarcodeType Enumeration
Enumeration of supported barcode standards

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum BarcodeType
Members
  Member nameValueDescription
Code110 Code 11
Code1281 Code 128
Code128A2 Code 128 Set A
Code128B3 Code 128 Set B
Code128C4 Code 128 Set C
Code395 Code 39 (also known as Alpha39, Code 3 of 9, Code 3/9, Type 39, USS Code 39, or USD-3)
Code39Extended6 Code 39 Extended
EAN87 EAN-8 8 digit European Article Number (also known as International Article Number)
EAN138 EAN-13 13 digit European Article Number (also known as International Article Number)
Codabar9 Codabar barcode
MSImod1010 MSI (Modified Plessey) barcode mod 10
MSImod1111 MSI (Modified Plessey) barcode mod 11
MSImod101012 MSI (Modified Plessey) barcode mod 10 + mod 10
MSImod111013 MSI (Modified Plessey) barcode mod 10 + mod 11
Code25Standard14 Code 25 Standard (Industrial)
Code25Interleaved15 Code 25 Interleaved
Code9316 Code 93
Code93Extended17 Code 93 Extended
UPCA18 UPC-A Universal Product Code
UPCE19 UPC-E Universal Product Code
UPCSupplement220 UPC-A (Universal Product Code) plus 2 digit suplement
UPCSupplement521 UPC-A (Universal Product Code) plus 5 digit suplement
Postnet22 Postnet Barcode
QRCode23 QR (Quick Response) code
See Also