Set page number on sections for transitions (with page num) to sections
Always print hls boxit steps
This commit is contained in:
@@ -806,6 +806,8 @@ namespace Volian.Print.Library
|
||||
}
|
||||
public void CreateWordDocPdf(PdfContentByte cb, SectionInfo mySection)
|
||||
{
|
||||
if (mySection.PageNumber == 0) // If page num transition goes to a section, need the pagenumber of section.
|
||||
mySection.PageNumber = _MyHelper.CurrentPageNumber;
|
||||
int profileDepth = ProfileTimer.Push(">>>> CreateWordDocPdf");
|
||||
_MyHelper.MySection = mySection;
|
||||
try
|
||||
|
Reference in New Issue
Block a user