|
Codabar
Either set Symbology property in codebehind .cs file
BCSBarcodeCtrl1.Symbology = 16;
Or add a tag directly
< img src="barcodesoft.ashx?s=codabar
Codabar symbology is used in shipping industry, blood bank and libraries. It encodes numeric-only data and it has four start/stop characters. Start/stop characters are mapped to A, B, C and D.
No check digit is required.
See Also
|