UPC-E barcode.

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

  • Product type (1 digit)
  • Manufacturer code (2 digits)
  • Product code (2 digits)
  • Check digit (1 digit)
Available since

feathersui-barcodes-pack 1.0.0

.

See also:

Static methods

staticfromParts(productType:String, manufacturerCode:String, productCode:String):UPCEBarcode

Creates a UPC-E barcode by combining and validating its separate parts, while automatically generating the check digit.

Available since

feathersui-barcodes-pack 1.0.0

.

Constructor

new(?code:String)

Creates a new UPCBarcode object.

Available since

feathersui-barcodes-pack 1.0.0

.

Variables

code:String

Gets or sets the barcode data.

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

  • Product type (1 digit)
  • Manufacturer code (2 digits)
  • Product code (2 digits)
  • Check digit (1 digit)
Available since

feathersui-barcodes-pack 1.0.0

.

Inherited Variables

Inherited Methods