Page Number for the second pass for transitions to Word Sections were not getting updated properly
This commit is contained in:
parent
fe8fc4ceec
commit
5359e05e77
@ -852,6 +852,8 @@ namespace Volian.Print.Library
|
||||
{
|
||||
if (mySection.PageNumber == -1) // If page num transition goes to a section, need the pagenumber of section.
|
||||
mySection.PageNumber = _MyHelper.CurrentPageNumber;
|
||||
else
|
||||
mySection.PageNumberNextPass = _MyHelper.CurrentPageNumber;
|
||||
int profileDepth = ProfileTimer.Push(">>>> CreateWordDocPdf");
|
||||
_MyHelper.MySection = mySection;
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user