pnaik

Results 1 issues of pnaik

I want to use PrintDocument in .net core. Is there any way through which I can achieve that? I want the following implementation: ``` public void Print() { PrintDocument pdPrint...