Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear friends,

I am developing a windows application using c# in which i have 10 images stored in my SQL database (byte code format).

Now i want to retrieve that images and preview them and print them.

I tried with a
C#
printDocument
but it allows me to preview and print only one image at a time. Is there any solution so that i can take all images for preview and print on separate pages.

Thanks in advance.

:-)
Posted

1 solution

As you can see in this sample: http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.printpage.aspx[^], PrintPageEventArgs has a property called HasMorePages[^]. You can use this to add more and more pages - images in your case.
 
Share this answer
 
Comments
ashish.shedge 23-May-12 10:11am    
thanks friend
Zoltán Zörgő 27-May-12 13:35pm    
Any progress?

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