Something wrong with my barcode (Code 128)

后端 未结 3 1339
野性不改
野性不改 2021-02-16 00:14

It was easy to generate a 3 of 9 barcode using Font()

Font f = new Font(\"Free 3 of 9\", 80);
this.Font = f;

Label l = new Label();
l.Text = \"*STA         


        
3条回答
  •  时光说笑
    2021-02-16 00:43

    Looking at Wikipedia page for Barcode128, I think you should use ASCII codes 208-210 to delimit a block, according to Bar Code Widths paragraph and table.

提交回复
热议问题