diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index cd6fbf0e..6687f6e4 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -1692,6 +1692,9 @@ namespace Volian.Print.Library { // if there is supplemental information associated with this section... generate the pdf. This pdf will be used to place // supplemental information on facing pages + // B2017-267 Put in the DocStyle setting "AdjustTopMarginOnStepContinuePages" for Farley who uses the "PSOnlyFirst" in some of their pagelists so that a section title is printed only on the first page of the section. + // This will adjust the top margin when the section title is not printed on the other pages. + yTopMargin += myItemInfo.MyDocStyle.AdjustTopMarginOnStepContinuePages; if (SupInfoPrintType == E_SupInfoPrintType.Merge && myParagraph.SupInfoSection != null && myParagraph.SupInfoSection.ChildrenBelow != null && myParagraph.SupInfoSection.ChildrenBelow.Count > 0) GenerateSuppInfoPdf(myParagraph.SupInfoSection, yTopMargin, yBottomMargin); localYPageStart = myParagraph.ToPdf(cb, yPageStart, ref yTopMargin, ref yBottomMargin);