开发者

How to print long bill in WPF

I have a WPF application for product purchase billing. My client wants that app should be able to bill and print upto 1-99 products at once. they use bill printer (mini size printer) for billing. How I can achieve this in WPF C#开发者_运维知识库. Any code or link would be helpful.

Thank you...


It sounds like you will want to print more than a page worth of data - in which case you should look at paginating the results.

The following is a great tutorial on how to do just that: http://www.switchonthecode.com/tutorials/wpf-printing-part-2-pagination

Some additional links from SO:

  • Print Multipage in WPF
  • WPF - pagination when printing a visual
  • How Print multipage WPF?
  • https://stackoverflow.com/search?q=wpf+printing
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜