问题描述
我正在从我的结算项目(vb.net windows应用程序)打印发票,发票大小可能会有所不同。
我设置的页面大小为宽6英寸,高5英寸..
即使我的发票只有2行,也会占据整个5英寸高的纸张并推出..
我可以将它配置为在打印内容完成后停止卷纸,这样我就可以节省纸张了吗?
我正在使用Zebra打印机和卷纸..
任何想法?
我尝试过:
objprinter.PrinterSettings.DefaultPageSettings.PaperSize = New System.Drawing.Printing.PaperSize(,15, 15)
但没有结果.. !!!
请支持...
I'm printing an invoice from my billing project(vb.net windows application) the invoice size may vary.
I've set a page size of 6 inches width and 5 inches height..
Even if my invoice is just 2 lines it would take up the whole 5 inches height of paper and roll out..
Can i configure it to just stop rolling paper once the print content is finished, so that i can save paper?
I'm using Zebra printer and rolling paper..
any ideas?
What I have tried:
objprinter.PrinterSettings.DefaultPageSettings.PaperSize = New System.Drawing.Printing.PaperSize("", 15, 15)
but no result..!!!
Please support...
推荐答案
这篇关于如何停止滚动纸张..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!