How Can I code in vb.net to change save path?

Post tutorials on using doPDF, or ask a "How Can I" question.
Post Reply
yene
Posts: 1
Joined: Thu Nov 07, 2013 7:17 am

How Can I code in vb.net to change save path?

Post by yene »

this is my code:
printFile = "fileName"
printDoc.PrinterSettings.PrintToFile() = True
printDoc.PrinterSettings.PrinterName = "doPDFv7"
printDoc.DocumentName = printFile
printDoc.Print()

I have question, can it support to change the directory of savepath?

thanks!

Claudiu (Softland)
Posts: 1560
Joined: Thu May 23, 2013 7:19 am

Re: How Can I code in vb.net to change save path?

Post by Claudiu (Softland) »

Please check our Developer Tools section - https://www.dopdf.com/developer-tools.html

Post Reply