This commit is contained in:
2010-08-10 10:51:21 +00:00
parent 430396e0d0
commit be20ad5e9c
3 changed files with 52 additions and 10 deletions

View File

@@ -543,8 +543,8 @@ namespace VEPROMS.CSLA.Library
sel.ParagraphFormat.LineSpacingRule = LBWdLineSpacing.wdLineSpaceExactly;
sel.ParagraphFormat.LineSpacing = 12;
fileName = CreatePDF(fileName, openPdf);
MyApp.ActiveDocument.Close();
MyApp.Quit();
MyApp.ActiveDocument.Close(false);
MyApp.Quit(false);
_MyApp = null;
return fileName;
}