Fixed Pagination Logic for FNP

Removed unnecessary Debug printout
This commit is contained in:
Rich
2013-12-06 01:09:21 +00:00
parent b8b34ea0be
commit 58c2afa175
2 changed files with 7 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ namespace Volian.Print.Library
// if this document style has another style that is for pages other than first, we need to
// reset the document style off of this section AND reset docstyle values used.
_MyHelper.DidFirstPageDocStyle = true;
DebugPagination.WriteLine("CreateWordDocPdf");
//DebugPagination.WriteLine("CreateWordDocPdf");
if ((mySection.MyDocStyle.StructureStyle.Where & E_DocStyleUse.UseOnFirstPage) > 0)
_MyHelper.MySection = mySection; // this resets the docstyle/pagestyle if pagehelper
OnStatusChanged("After NewPage", PromsPrinterStatusType.NewPage);