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

问题描述

我正在制作Windows窗体应用程序以在书籍上打印条形码.我已经生成了条形码并将其显示在图片框中,但是我对如何打印此图像一无所知.我在图像对象中有条形码.

请帮我.要求是我要将此图像打印在文档上的特定位置,因为在各种书籍上,条形码的位置可能会有所不同.

谢谢...

I am making a Windows Form Application to print barcodes on books. I have generated the barcode and displayed it in a Picture Box but I do not have any idea of how to print this Image. I have the barcode in an Image Object.

Please help me. The requirement is that I want to print this image at a specific position on a document because on various books the location of barcode can vary.

Thanks...

推荐答案



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

08-30 07:11