EAN-13 barcode. A superset of the UPC-A barcode format.

Consists of 13 numeric (0-9) digits, divided into four parts.

  • GS1 prefix (3 digits)
  • Manufacturer code (variable length)
  • Product code (variable length)
  • Check digit (1 digit)
Available since

feathersui-barcodes-pack 1.0.0

.

See also:

Constructor

new(?code:String)

Creates a new EAN8Barcode object.

Available since

feathersui-barcodes-pack 1.0.0

.

Variables

code:String

Gets or sets the barcode data.

Consists of 13 numeric (0-9) digits, divided into four parts.

  • GS1 prefix (3 digits)
  • Manufacturer code (variable length)
  • Product code (variable length)
  • Check digit (1 digit)
Available since

feathersui-barcodes-pack 1.0.0

.

Inherited Variables

Inherited Methods