F2021-046: Cover Page – remove merge page num, but include in overall count
F2021-046: BNPP Alarm Cover Page – remove merge page num, but include in overall count
This commit is contained in:
@@ -842,6 +842,11 @@ namespace VEPROMS
|
||||
// pdf name from printing has the path, remove it.
|
||||
string pdfname = locpdfname.Substring(locpdfname.LastIndexOf(@"\") + 1);
|
||||
MergedPdfProc mpp = new MergedPdfProc(myProc.DisplayText, pdfname);
|
||||
// F2021-046: flag if cover page section doesn't print page number on first page of merged pdf:
|
||||
if (myProc.Sections != null)
|
||||
{
|
||||
foreach (ItemInfo ii in myProc.Sections) if (ii.MyDocStyle != null && ii.MyDocStyle.CoverNoMergedPageNum) mpp.FirstPageNoPageNum = true;
|
||||
}
|
||||
if (_MergedPfd.MergedPdfs == null) _MergedPfd.MergedPdfs = new List<MergedPdfProc>();
|
||||
mpp.PageCount = PromsPrinter.ProcPageCount;
|
||||
_MergedPfd.MergedPdfs.Add(mpp);
|
||||
|
Reference in New Issue
Block a user