B2017-267 adjust the top margin with the value set to AdjustTopMarginOnStepContinuePages for pages other than the first page (used with the PSOnlyFirst pagelist flag in Farley’s format)
This commit is contained in:
parent
b456bc6ce0
commit
4cd656d09a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user