D
David Cho
What I am looking to do with a .NET win application is this.
for(int i=0; i<5;i++)
Print "C:\docments\this.pdf";
Of course the path will be set dynamically. So what .NET utility can I
use to accomplish that? Thanks.
for(int i=0; i<5;i++)
Print "C:\docments\this.pdf";
Of course the path will be set dynamically. So what .NET utility can I
use to accomplish that? Thanks.