setCodaBar

Navigation:  References > Barcode Class > Methods >

setCodaBar

Previous pageReturn to chapter overviewNext page

Specifies the start character and end character for CodaBar barcode.

public void setCodaBar(char startChar, char stopChar)

Parameters

startChar

Specifies the start character, a valid value should be 0, 1, 2 or 3.

 

stopChar

Specifies the end character, a valid value should be 0, 1, 2 or 3.

 

See Also

Codabar Character Constants