enum BarcodeType

Parents
Enum

Brief

Specifies a set of supported types of barcodes that can be drawn using AddBarcode... methods.

Static Public Fields

EAN_13

The 13-digit EAN-13 barcode (originally European Article Number, but now renamed International Article Number).

EAN_8

The 8-digit EAN-8 barcode (European Article Number) derived from the longer EAN-13 code.

GS1_128A

GS1-128 (also known as UCC-128 or EAN-128) that uses the Code 128 barcode specification with Code Set A.

GS1_128B

GS1-128 (also known as UCC-128 or EAN-128) that uses the Code 128 barcode specification with Code Set B.

GS1_128C

GS1-128 (also known as UCC-128 or EAN-128) that uses the Code 128 barcode specification with Code Set C.

UPC_A

The 12-digit UPC-A barcode (Universal Product Code) widely used in the United States, Canada, Europe, Australia, New Zealand, and other countries.

back