Controlling the Microsoft Office Document Image Writer from C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to generate an .mdi file from a C# program. Specifically I want
to avoid the need for the user to choose the file location and name which
just setting the printDocument.PrinterSettings.PrinterName to the MODI writer
does. I can find an object model for the viewer but not the printer driver.
Has anyone any ideas please?
 
Back
Top