N
Nortas
Hi!!
I'm new in c#
I have this:
PrintDocument pd = new PrintDocument();
pd.PrintPage += new
PrintPageEventHandler(this.PrintPageEvent);
pd.Print();
And i have a file myFile.something
How do i print this file ?
I'm new in c#
I have this:
PrintDocument pd = new PrintDocument();
pd.PrintPage += new
PrintPageEventHandler(this.PrintPageEvent);
pd.Print();
And i have a file myFile.something
How do i print this file ?