Hello, I wanna ask u 4 help.
I'm trying to preview a document for printing, but it shows me an empty page, any ideas?
printDocument1.DocumentName = @"c:\\ddd\t.txt";
printPreviewDialog1.Document = printDocument1;
printPreviewDialog1.ShowDialog();
I'm trying to preview a document for printing, but it shows me an empty page, any ideas?
printDocument1.DocumentName = @"c:\\ddd\t.txt";
printPreviewDialog1.Document = printDocument1;
printPreviewDialog1.ShowDialog();
No comments:
Post a Comment