B2017-139: SAMG Facing page print has missing blank pages

This commit is contained in:
2017-07-12 14:04:48 +00:00
parent 24d6cf60ab
commit 61af3b60cc
2 changed files with 43 additions and 25 deletions

View File

@@ -891,10 +891,10 @@ namespace Volian.Print.Library
_MyHelper.OnBlankPage = true;
cb.PdfDocument.Add(new iTextSharp.text.Table(1));
NewPage();
firstStepSec = false;
}
}
}
firstStepSec = false;
CreateStepPdf(mySection, cb);
}
else