[]
The Code 128 barcode is a linear barcode that represents high-density linear symbology to encode text, numbers, various functions and the entire 128 ASCII character set (from ASCII 0 to ASCII 128).
public interface ICode128 : IBarcode, ILabelOption, IFontOption
A value that represents which code is set to use for QRCode. It has 'auto|A|B|C' values. The default value is 'auto'.
string CodeSet { get; }