Table of Contents

Enum BarcodeFormat

Namespace
ZXing
Assembly
zxing.dll

Enumerates barcode formats known to this package.

[Flags]
public enum BarcodeFormat

Fields

AZTEC = 1

Aztec 2D barcode format.

All_1D = CODABAR | CODE_39 | CODE_93 | CODE_128 | EAN_8 | EAN_13 | ITF | RSS_14 | RSS_EXPANDED | UPC_A | UPC_E

UPC_A | UPC_E | EAN_13 | EAN_8 | CODABAR | CODE_39 | CODE_93 | CODE_128 | ITF | RSS_14 | RSS_EXPANDED without MSI (to many false-positives) and IMB (not enough tested, and it looks more like a 2D)

CODABAR = 2

CODABAR 1D format.

CODE_128 = 16

Code 128 1D format.

CODE_39 = 4

Code 39 1D format.

CODE_93 = 8

Code 93 1D format.

DATA_MATRIX = 32

Data Matrix 2D barcode format.

EAN_13 = 128

EAN-13 1D format.

EAN_8 = 64

EAN-8 1D format.

IMB = 524288

Intelligent Mail barcode

ITF = 256

ITF (Interleaved Two of Five) 1D format.

MAXICODE = 512

MaxiCode 2D barcode format.

MSI = 131072

MSI

PDF_417 = 1024

PDF417 format.

PHARMA_CODE = 1048576

Pharmacode format.

PLESSEY = 262144

Plessey

QR_CODE = 2048

QR Code 2D barcode format.

RSS_14 = 4096

RSS 14

RSS_EXPANDED = 8192

RSS EXPANDED

UPC_A = 16384

UPC-A 1D format.

UPC_E = 32768

UPC-E 1D format.

UPC_EAN_EXTENSION = 65536

UPC/EAN extension format. Not a stand-alone format.