Barcode Constructor

Creates a com.bokai.barcodes.Barcode instance.

Syntax

public Barcode()
public Barcode(int barcodeType)

Parameters

barcodeType

Indicates the barcode type; for possible values, refer to the barcodeType.property.

Remarks

It's more efficient to use the second constructor to create a Barcode object specifying the barcode type than to use the first constructor and then set the barcodeType property.