I have one Requirement in .net wpf. There are some images in format of .gif or .jpg in a local folder. I have prepared one List of string , to store file names i want to send all images in a list to a printer in button click.
I have searched Google but for Print document we can give only one file PrintFileName.
But i want to give each file name in for each loop . any one can explain how is it possible?
Thanks..