word PrintOut error the printer is not installed
用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
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
喜欢技术、热爱生活。