Can anyone help me out with duplex in vb.net for word document?
Dim odoc as word.document
odoc=Globals.ThisAddIn.Application.ActiveDocument
odoc.printout()
How to duplex it?
Can anyone help me out with duplex in vb.net for word document?
Dim odoc as word.document
odoc=Globals.ThisAddIn.Application.ActiveDocument
odoc.printout()
How to duplex it?
That's a printer property, not a document or word property. See here: PrinterSettings.Duplex Property.