打印高级条形码 [英] Print advanced bar code

查看:86
本文介绍了打印高级条形码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,

我有以下命令在OPOS打印机的3OF9中打印条形码。

I have below command to print bar code in 3OF9 in OPOS printer.

但目前条形码是不足以打印更长的字符串。例如我有"b123456789-10-2z"这是不够的。我该怎么办?

But currently the barcode is not sufficient to print longer string. e.g. I have "b123456789-10-2z" which is insufficient. What can I do?

this.process(this.oposPrinter.PrintBarCode(2,barCode,

                                 PTR_BCS_Code39,50,150,PTR_BC_CENTER,PTR_BC_TEXT_NONE),"PrintBarCode");

this.process(this.oposPrinter.PrintBarCode(2, barCode,
                                PTR_BCS_Code39, 50, 150, PTR_BC_CENTER, PTR_BC_TEXT_NONE), "PrintBarCode");

推荐答案

我用PTR_BCS_PDF417(201)打印Guid(36个字符)。它是一个二维条形码。

I use to print the Guid (36 chars) using PTR_BCS_PDF417 (201). It is a 2 dimensional barcode.


这篇关于打印高级条形码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆