I have pdf file in the c drive and I am passing path of pdf file like as
string path="C:\file1.pdf"
I want to open print dialog window for choose the printer and want to print content of this pdf. How to print in wpf with out any dll?
string path="C:\file1.pdf"
I want to open print dialog window for choose the printer and want to print content of this pdf. How to print in wpf with out any dll?