Barcode VCL Components is the most flexible and powerful VCL component package which lets you to easily add advanced barcoding generation and printing features to your application. Barcode VCL Components supports most popular Linear (1D), Clocked (1
switch (cbEncodeType.SelectedItem.ToString().Trim()) { case "UPC-A": type = BarcodeLib.TYPE.UPCA; break; case "UPC-A (Numbered)": type = BarcodeLib.TYPE.UPCA; break; case "UPC-E": type = BarcodeLib.TYPE.UPCE; break; case "UPC 2 Digit Ext.": type = B