When I print to a file using C# print what format is the file written out in?
I am debugging a print routine and don't want to do the actual print but would like to open the output file in something like
Photoshop. What file extension should I use so that I can see the output.
Sorry if this is a stupid question. I tried bmp format but Photoshop at least doesn't recognize the file
Thanks,
Steve
Comment