T
trint
PrintDocument pd = new PrintDocument();
Can I put it in "Class1.cs"?
If so, how can it become visible within the scope of the function of
it's call?
Class1.pd.PrintPage += new PrintPageEventHandler(this.pd_PrintPage);
Doesn't work.
Thanks,
Trint
Can I put it in "Class1.cs"?
If so, how can it become visible within the scope of the function of
it's call?
Class1.pd.PrintPage += new PrintPageEventHandler(this.pd_PrintPage);
Doesn't work.
Thanks,
Trint