Search found 1 match

by yene
Thu Nov 07, 2013 7:37 am
Forum: Tutorials
Topic: How Can I code in vb.net to change save path?
Replies: 1
Views: 10510

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!