EAN-8 barcode.

Consists of 8 numeric (0-9) digits, divided into three parts.

  • GS1 prefix (2-3 digits)
  • Item reference element (4-5 digits)
  • 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 8 numeric (0-9) digits, divided into three parts.

  • GS1 prefix (2-3 digits)
  • Item reference element (4-5 digits)
  • Check digit (1 digit)
Available since

feathersui-barcodes-pack 1.0.0

.

Inherited Variables

Inherited Methods