I would like to create a barcode about 5vm in width, this is the size of the actual barcode, not the image containing the barcode. However, with the following settings:
xDimension= 0.3968
CodeText =CAGE00123456
SymbologyType =Code128
ImageHeight = 12
ImageWidth = 65
BarHeight = 7.6
barCodeBuilder.GraphicsUnit = System.Drawing.GraphicsUnit.Millimeter;
I can only create a barcode about 4.7cm in width, if I change xDimension to 0.397, then the barcode is about 9cm in width. Could you please help me what xDimension I should set to get a barcode about 5 cm in width?
Thanks,
Caifang