Code 39 barcode. Also known as Alpha39, Code 3 of 9, Code 3/9, Type 39, USS Code 39, and USD-3. Defined in ISO/IEC 16388:2007.

Supports uppercase letters (A-Z), numeric digits (0-9), spaces, and the special characters -, ., $, /, +, and %.

Available since

feathersui-barcodes-pack 1.0.0

.

See also:

Constructor

new(?code:String)

Creates a new Code39Barcode object.

Available since

feathersui-barcodes-pack 1.0.0

.

Variables

code:String

Gets or sets the barcode data.

Supports uppercase letters (A-Z), numeric digits (0-9), spaces, and the special characters -, ., $, /, +, and %.

Available since

feathersui-barcodes-pack 1.0.0

.

Inherited Variables

Inherited Methods