c# - Print multiple images on one page -


I want to print some image with 3 * 4 dimension or 4 * 6 in C #

At a function (JPG, PNG, etc.), the user selected a dimension and picture count, show the print dialog and print.

(For example: ordering from 12 photos 3 * 4) / P>


Sorry my english is not good.

You can use the print document group object to print that image there are several ways and Tutorials are available on the Internet You can find text in Google by searching the text "C # Print Document Image" I think the following link will help you understand how to use PrintDocument class object

< / Html>

Comments