开发者

.Net Adding Specific value to a predefined print page

开发者 https://www.devze.com 2023-03-11 00:04 出处:网络
I have a printed page, and i need to add a specific variable value at a specific position in the printed page and re-print it again. So, i will insert the pre-printed page in my p开发者_如何学编程rint

I have a printed page, and i need to add a specific variable value at a specific position in the printed page and re-print it again. So, i will insert the pre-printed page in my p开发者_如何学编程rinter to print the specific value at a specific position in my pre-printed page. How can i do that in .NET Windows application?

Thanks, tepu


Just use the builtin graphics library to draw on specific area/place holder(where you want to print) of the page.

0

精彩评论

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