Question

I want print some image with 3*4 Dimension or 4*6 in c#

sent an Image (jpg, png, etc) to a function then user selected a Dimension and count of picture , show print dialog and print it.

(for example : Ordering at side by side 12 photos 3*4) http://www.imageupload.co.uk/images/2014/02/19/UntitledNOMD.png


Excuse me My English is not good.

Was it helpful?

Solution

You can use the PrintDocument class object to print that images. there are several methods and tutorials are available on internet. you can findout by searching text in google. "C# PrintDocument Image". I think following link will help you to understand how to use PrintDocument class object. http://www.codeproject.com/Questions/127241/Print-Images-in-C

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top