开发者

Printing two columns with "address cards"

开发者 https://www.devze.com 2023-01-11 20:50 出处:网络
For an application i\'m developing as my first c# project, i\'d like to be able to print information from the application in a similar style as the \'card style\' printing option that\'s available in

For an application i'm developing as my first c# project, i'd like to be able to print information from the application in a similar style as the 'card style' printing option that's available in outlook.

I've created a User control that is layed out the way i'd like to print it and am able to add that control as often as needed to a form in the two column layout that i want, but so far haven't found a working tutorial/example explaining how to print the contents of the form including the visual ele开发者_C百科ments (adding page breaks, without breaking the layout of the user control).

Any advice or pointers in the right direction would be appreciated.

0

精彩评论

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