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();
my code
I get a blank page
string sdoc="C:\\Test1.txt";
this.prtDocument.DocumentName=sdoc;
this.prtDocument.Print();