Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,


i have 10 images in database.
i want to print it in a single page

thanks regards
Posted

1 solution

Just get the 10 images from the DB using ADO.NET classes (System.Data) and then use PrintDocument to create the page to print the whole 10 images. Use Graphics.DrawImage to position each image and print them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900