Printing a document

  • Thread starter Thread starter john sutor
  • Start date Start date
J

john sutor

Does anyone know how to print a document. This should be simple. Here is
my code
I get a blank page
string sdoc="C:\\Test1.txt";

this.prtDocument.DocumentName=sdoc;

this.prtDocument.Print();
 
Back
Top