Fly-sky
用thisApplication.ActivePrinter=printer;指定打印机  
   
  Word.Document   thisDocument   =   null;  
  Word.Application   thisApplication   =   null;//new   Word.ApplicationClass();  
  CreateWordDocument(faxfile,ref   thisDocument,ref   thisApplication);  
  string   printer=thisApplication.ActivePrinter;  
  thisApplication.ActivePrinter="I-FaxPrinter";  
  PrintOutDoc(thisDocument);  
  faxpath=@"c:\tempfax.tif";  
  object   saveChanges   =   Type.Missing;  
  object   originalFormat   =   Type.Missing;  
  object   routeDocument   =Type.Missing;  
  thisApplication.ActivePrinter=printer;  
  thisApplication.Quit(ref   saveChanges,   ref   originalFormat,   ref   routeDocument);Top

分类:

技术点:

相关文章: