This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user