C2019-004: Allow user to define duplex blank page text (for build only).

C2019-004: Allow user to define duplex blank page text.
This commit is contained in:
2019-01-24 15:51:42 +00:00
parent b8e250f827
commit d2aadd3045
9 changed files with 380 additions and 222 deletions

View File

@@ -1810,9 +1810,7 @@ namespace Volian.Print.Library
}
else
{
MyPageHelper.OnBlankPage = true;
cb.PdfDocument.Add(new iTextSharp.text.Table(1));
MyPromsPrinter.NewPage();
MyPromsPrinter.InsertBlankPage(cb); // C2019-004: Allow user to define duplex blank page text
}
}
if (MyItemInfo.MyDocStyle.LandscapePageList)