I am trying to print a CODE128 barcode but the output is blank.
- Code: Select all
tovpe.setBarcodeParms(2,2)
tovpe.BarcodeAlignment=0
tovpe.barcode(120,050,600,240,26,"ABCD","")
If I do the same with CODE 39, everything is fine
- Code: Select all
tovpe.setBarcodeParms(2,2)
tovpe.BarcodeAlignment=0
tovpe.barcode(120,050,600,240,21,"ABCD","")
Then.
I need to change the orientation of the barcode. Does anyone know how this works? Can I remove the border?
I Use Version 7.10 enhanced