G
Guest
I have two complex Word templates that also contain some Bookmarks for receiving database data dynamically. I'm using Word automation code within VB.NET to manipulate the template. I don't need to save the document - I simply open the template, write data to the bookmarks, then call PrintOut
However, one template is a two-sided document. I need to know how to change the printer settings to duplex prior to the PrintOut call in the one case, then back to one-sided in the other case
However, one template is a two-sided document. I need to know how to change the printer settings to duplex prior to the PrintOut call in the one case, then back to one-sided in the other case