How Can I code in vb.net to change save path?
How Can I code in vb.net to change save path?
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!
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!
-
- Posts: 1565
- Joined: Thu May 23, 2013 7:19 am
Re: How Can I code in vb.net to change save path?
Please check our Developer Tools section - https://www.dopdf.com/developer-tools.html