PrintDocument!

  • Thread starter Thread starter Palli Olafs
  • Start date Start date
Is it possible to save the PrintDocument as file without using a printer?

Look at:
Drawing.Printing.PrintDocument.PrinterSettings.PrintToFile
I have no experience with PrintToFile, but it looks promising.
 
Hi

This is only a bool property? I have to print using a printer anyway but I
need some way to print from PrintDocument without using a printer. I have my
document in the PrintDocument Canvas and I have to access it somehow? Any
ideas.
 
Back
Top