logic to support exe switch that will delay when Word will display the newly generated Placekeeper
This commit is contained in:
@@ -644,13 +644,19 @@ namespace Volian.Print.Library
|
||||
// pkFont = ds.Font;
|
||||
//}
|
||||
if (_MyHelper.MyPlacekeepers.Count > 0)
|
||||
new Placekeeper(_MyHelper.MyPlacekeepers, pkFont);
|
||||
MyPlacekeeper = new Placekeeper(_MyHelper.MyPlacekeepers, pkFont);
|
||||
}
|
||||
_MyHelper = null;
|
||||
ProfileTimer.Pop(profileDepth);
|
||||
return outputFileName;
|
||||
}
|
||||
private Placekeeper _MyPlacekeeper = null;
|
||||
|
||||
public Placekeeper MyPlacekeeper
|
||||
{
|
||||
get { return _MyPlacekeeper; }
|
||||
set { _MyPlacekeeper = value; }
|
||||
}
|
||||
public void CreateWordDocPdf(PdfContentByte cb, SectionInfo mySection, ref PdfReader readerWord, ref string myPdfFile)
|
||||
{
|
||||
int profileDepth = ProfileTimer.Push(">>>> CreateWordDocPdf");
|
||||
|
Reference in New Issue
Block a user