.NET Print to File

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I set the PrintToFile property of the print dialog to True but the program
still sends
the document to the printer but not to a file (although it did create the
file the was empty)

Any suggestions?
Samuel Shulman
 
Samuel Shulman said:
Hi

I set the PrintToFile property of the print dialog to True but the
program still sends
the document to the printer but not to a file (although it did
create the file the was empty)

Any suggestions?
Samuel Shulman

It's a dialog. It doesn't print anything. Neither to a printer, nor to a
file. You have to write the code.


Armin
 
Back
Top